mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-03-13 19:16:52 +01:00
Update psbtMultisig.js
This commit is contained in:
parent
38d92a7a5c
commit
19dd1047d1
1 changed files with 1 additions and 1 deletions
|
@ -224,7 +224,7 @@ const PsbtMultisig = () => {
|
|||
const middle = currentAddress.length > 10 ? currentAddress.slice(5, currentAddress.length - 5) : '';
|
||||
destinationAddressView.push(
|
||||
<View style={styles.destinationTextContainer} key={`${currentAddress}-${index}`}>
|
||||
<Text style={styles.textAlignCenter}>
|
||||
<Text style={styles.textAlignCenter} selectable>
|
||||
<Text numberOfLines={2} style={[styles.textDestinationFirstFour, stylesHook.textBtc]}>
|
||||
{firstFour}
|
||||
<Text style={stylesHook.whitespace}>{whitespace}</Text>
|
||||
|
|
Loading…
Add table
Reference in a new issue