Skip to content

Commit

Permalink
Update apps/wallet-mobile/src/features/Swap/useCases/StartSwapScreen/…
Browse files Browse the repository at this point in the history
…CreateOrder/EditBuyAmount/SelectBuyTokenFromListScreen/SelectBuyTokenFromListScreen.tsx

Signed-off-by: Juliano Lazzarotto <[email protected]>
  • Loading branch information
stackchain authored Nov 8, 2023
1 parent 6e65fca commit 138dcff
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ export const SelectBuyTokenFromListScreen = () => {
const TokenList = () => {
const strings = useStrings()
const wallet = useSelectedWallet()
const {onlyVerifiedTokens, isLoading} = useSwapTokensOnlyVerified()
const {onlyVerifiedTokens} = useSwapTokensOnlyVerified()
const {search: assetSearchTerm} = useSearch()
const balances = useBalances(wallet)
const walletTokenIds = Amounts.toArray(balances).map(({tokenId}) => tokenId)
Expand Down

0 comments on commit 138dcff

Please sign in to comment.