mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-03-13 19:16:52 +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}
|
style={styles.chainIcon}
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<Text testID="WalletLabel" numberOfLines={1} style={styles.walletLabel} selectable>
|
<Text testID="WalletLabel" numberOfLines={1} style={styles.walletLabel} adjustsFontSizeToFit selectable>
|
||||||
{wallet.getLabel()}
|
{wallet.getLabel()}
|
||||||
</Text>
|
</Text>
|
||||||
<View style={styles.walletBalanceAndUnitContainer}>
|
<View style={styles.walletBalanceAndUnitContainer}>
|
||||||
|
|
Loading…
Add table
Reference in a new issue