Skip to content

Commit

Permalink
Update frontend/hooks/useBalanceContext.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
truemiller authored Nov 21, 2024
1 parent 2e2b67e commit ca26658
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/hooks/useBalanceContext.ts
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ export const useMasterBalances = () => {
() => masterLowBalances?.length > 0,
[masterLowBalances],
);

// use flatAddresses for consistency
const masterSafeBalances = useMemo<WalletBalanceResult[]>(
() =>
walletBalances?.filter((balance) =>
Expand Down

0 comments on commit ca26658

Please sign in to comment.