Skip to content

Commit

Permalink
fix: fix account selector balance
Browse files Browse the repository at this point in the history
  • Loading branch information
sahar-fehri committed Feb 13, 2025
1 parent 9798e95 commit badb21f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/hooks/useAccounts/useAccounts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ const useAccounts = ({
);
const formattedTokensWithBalancesPerChain = useGetFormattedTokensPerChain(
internalAccounts,
isTokenNetworkFilterEqualCurrentNetwork,
!isTokenNetworkFilterEqualCurrentNetwork,
allChainIDs,
);
const totalFiatBalancesCrossChain = useGetTotalFiatBalanceCrossChains(
Expand Down

0 comments on commit badb21f

Please sign in to comment.