mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-02-24 07:28:07 +01:00
parent
e88ce6f505
commit
2ccd73e2f1
1 changed files with 1 additions and 1 deletions
|
@ -1174,7 +1174,7 @@ const SendDetails = () => {
|
||||||
return (
|
return (
|
||||||
<View style={styles.select}>
|
<View style={styles.select}>
|
||||||
<CoinsSelected
|
<CoinsSelected
|
||||||
number={utxos.length}
|
number={utxos.length || 0}
|
||||||
onContainerPress={handleCoinControl}
|
onContainerPress={handleCoinControl}
|
||||||
onClose={() => {
|
onClose={() => {
|
||||||
LayoutAnimation.configureNext(LayoutAnimation.Presets.easeInEaseOut);
|
LayoutAnimation.configureNext(LayoutAnimation.Presets.easeInEaseOut);
|
||||||
|
|
Loading…
Add table
Reference in a new issue