Skip to content

Commit

Permalink
fix: fix useTokens typo
Browse files Browse the repository at this point in the history
  • Loading branch information
chybisov committed Feb 17, 2022
1 parent ff777d4 commit e71ad88
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/widget/src/components/TokenList/TokenList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { useFormContext, useWatch } from 'react-hook-form';
import { useTranslation } from 'react-i18next';
import { defaultRangeExtractor, useVirtual } from 'react-virtual';
import { usePriorityAccount } from '../../hooks/connectorHooks';
import { useTokens } from '../../hooks/useToken';
import { useTokens } from '../../hooks/useTokens';
import {
SwapFormKey,
SwapFormKeyHelper,
Expand Down
File renamed without changes.

0 comments on commit e71ad88

Please sign in to comment.