Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
bergeron committed Nov 8, 2024
1 parent 8e752a1 commit febc7f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/hooks/useAccountTotalFiatBalance.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ export const useAccountTotalFiatBalance = (
const nativeCurrency = useSelector(getNativeCurrency);

const loading = false;
const { loading:tokensWithBalances } = useTokenTracker({
const { tokensWithBalances } = useTokenTracker({
chainId: currentChainId,
tokens,
address: account.address,
Expand Down

0 comments on commit febc7f1

Please sign in to comment.