mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-03-15 11:59:21 +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) : '';
|
const middle = currentAddress.length > 10 ? currentAddress.slice(5, currentAddress.length - 5) : '';
|
||||||
destinationAddressView.push(
|
destinationAddressView.push(
|
||||||
<View style={styles.destinationTextContainer} key={`${currentAddress}-${index}`}>
|
<View style={styles.destinationTextContainer} key={`${currentAddress}-${index}`}>
|
||||||
<Text style={styles.textAlignCenter}>
|
<Text style={styles.textAlignCenter} selectable>
|
||||||
<Text numberOfLines={2} style={[styles.textDestinationFirstFour, stylesHook.textBtc]}>
|
<Text numberOfLines={2} style={[styles.textDestinationFirstFour, stylesHook.textBtc]}>
|
||||||
{firstFour}
|
{firstFour}
|
||||||
<Text style={stylesHook.whitespace}>{whitespace}</Text>
|
<Text style={stylesHook.whitespace}>{whitespace}</Text>
|
||||||
|
|
Loading…
Add table
Reference in a new issue