mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2024-11-19 18:00:17 +01:00
Merge pull request #6365 from BlueWallet/notneeded
DEL: Not needed due to new header design
This commit is contained in:
commit
7da0e0a57f
@ -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
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user