Skip to content

Commit

Permalink
chore: Lint useTokenListPolling hook
Browse files Browse the repository at this point in the history
  • Loading branch information
gambinish committed Nov 4, 2024
1 parent 5fc34e4 commit 9b9bbc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/hooks/useTokenListPolling.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import { useSelector } from 'react-redux';
import { Hex } from '@metamask/utils';
import {
getNetworkConfigurationsByChainId,
getPreferences,
Expand All @@ -10,7 +11,6 @@ import {
tokenListStopPollingByPollingToken,
} from '../store/actions';
import useMultiPolling from './useMultiPolling';
import { Hex } from '@metamask/utils';

const useTokenListPolling = () => {
const networkConfigurations = useSelector(getNetworkConfigurationsByChainId);
Expand Down

0 comments on commit 9b9bbc5

Please sign in to comment.