DEL: Not needed due to new header design

This commit is contained in:
Marcos Rodriguez Velez 2024-04-03 18:27:58 -04:00
parent 0f1d33831b
commit 9b8ef63a42
No known key found for this signature in database
GPG Key ID: 6030B2F48CCE86D7
2 changed files with 0 additions and 6 deletions

View File

@ -165,11 +165,6 @@ const TransactionsNavigationHeader: React.FC<TransactionsNavigationHeaderProps>
enableAndroidRipple={false}
ref={menuRef}
buttonStyle={styles.walletBalance}
title={`${loc.wallets.balance} (${
wallet.getPreferredBalanceUnit() === BitcoinUnit.LOCAL_CURRENCY
? preferredFiatCurrency?.endPointKey ?? FiatUnit.USD
: wallet.getPreferredBalanceUnit()
})`}
onPressMenuItem={onPressMenuItem}
actions={
wallet.hideBalance

View File

@ -391,7 +391,6 @@
"add_title": "Add Wallet",
"add_wallet_name": "Name",
"add_wallet_type": "Type",
"balance": "Balance",
"clipboard_bitcoin": "You have a Bitcoin address on your clipboard. Would you like to use it for a transaction?",
"clipboard_lightning": "You have a Lightning invoice on your clipboard. Would you like to use it for a transaction?",
"details_address": "Address",