mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-03-12 18:51:21 +01:00
Update TransactionsNavigationHeader.tsx
This commit is contained in:
parent
e26ab7e3cc
commit
53d7304fa4
1 changed files with 1 additions and 1 deletions
|
@ -195,7 +195,7 @@ const TransactionsNavigationHeader: React.FC<TransactionsNavigationHeaderProps>
|
|||
style={styles.chainIcon}
|
||||
/>
|
||||
|
||||
<Text testID="WalletLabel" numberOfLines={1} style={styles.walletLabel} selectable>
|
||||
<Text testID="WalletLabel" numberOfLines={1} style={styles.walletLabel} adjustsFontSizeToFit selectable>
|
||||
{wallet.getLabel()}
|
||||
</Text>
|
||||
<View style={styles.walletBalanceAndUnitContainer}>
|
||||
|
|
Loading…
Add table
Reference in a new issue