Skip to content

Commit

Permalink
remove empty line
Browse files Browse the repository at this point in the history
  • Loading branch information
bergeron committed Nov 15, 2024
1 parent d5413f3 commit 613a07a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ui/hooks/useTokensWithFiltering.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ export const useTokensWithFiltering = (
const shouldHideZeroBalanceTokens = useSelector(
getShouldHideZeroBalanceTokens,
);

const {
tokensWithBalances: erc20TokensWithBalances,
}: { tokensWithBalances: TokenWithBalance[] } = useTokenTracker({
Expand Down

0 comments on commit 613a07a

Please sign in to comment.