File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
src/components/SearchModal Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ import { COMMON_BASES } from '../../constants'
1313import { ALL_TOKENS } from '../../constants/tokens'
1414import { useActiveWeb3React } from '../../hooks'
1515import { useAllTokens , useTokenByAddressAndAutomaticallyAdd } from '../../hooks/Tokens'
16- import { useAllDummyPairs , useRemoveUserAddedToken , useUserAddedTokens } from '../../state/user/hooks'
16+ import { useAllDummyPairs , useRemoveUserAddedToken } from '../../state/user/hooks'
1717import { useAllTokenBalancesTreatingWETHasETH } from '../../state/wallet/hooks'
1818import { CursorPointer , TYPE } from '../../theme'
1919import { CloseIcon , Link as StyledLink } from '../../theme/components'
@@ -79,7 +79,6 @@ function SearchModal({
7979 const [ searchQuery , setSearchQuery ] = useState ( '' )
8080 const [ invertSearchOrder , setInvertSearchOrder ] = useState ( false )
8181
82- const userAddedTokens = useUserAddedTokens ( )
8382 const removeTokenByAddress = useRemoveUserAddedToken ( )
8483
8584 // if the current input is an address, and we don't have the token in context, try to fetch it
You can’t perform that action at this time.
0 commit comments