Skip to content

Commit

Permalink
Update TransactionsNavigationHeader.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
marcosrdz authored Dec 20, 2023
1 parent 959043a commit 1867961
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/TransactionsNavigationHeader.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ const TransactionsNavigationHeader: React.FC<TransactionsNavigationHeaderProps>
ref={menuRef}
title={`${loc.wallets.balance} (${
wallet.getPreferredBalanceUnit() === BitcoinUnit.LOCAL_CURRENCY
? preferredFiatCurrency.endPointKey ?? FiatUnit.USD
? preferredFiatCurrency?.endPointKey ?? FiatUnit.USD
: wallet.getPreferredBalanceUnit()
})`}
onPressMenuItem={onPressMenuItem}
Expand Down

0 comments on commit 1867961

Please sign in to comment.