Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
brtkx committed Jul 19, 2024
1 parent 934418f commit 941a8a9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/arb-token-bridge-ui/src/hooks/useSelectedToken.ts
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ export const useSelectedToken = (): UseSelectedTokenProps => {
decimals: 6,
listIds: new Set()
})
return
}

if (!tokensFromLists || !tokensFromUser) {
Expand Down

0 comments on commit 941a8a9

Please sign in to comment.