mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-01-19 05:45:15 +01:00
REF: Remove lowercase
This commit is contained in:
parent
ed5da60659
commit
5b29ed097e
@ -210,7 +210,7 @@ const WalletCarouselItem = ({ item, index, onPress, handleLongPress, isSelectedW
|
||||
: item.getBalance() !== 0 && item.getLatestTransactionTime() === 0
|
||||
? loc.wallets.pull_to_refresh
|
||||
: item.getTransactions().find(tx => tx.confirmations === 0)
|
||||
? loc.transactions.pending.toLowerCase()
|
||||
? loc.transactions.pending
|
||||
: transactionTimeToReadable(item.getLatestTransactionTime());
|
||||
|
||||
return (
|
||||
|
Loading…
Reference in New Issue
Block a user