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