Revert "Update SendDetails.tsx"

This reverts commit e88ce6f505.
This commit is contained in:
Marcos Rodriguez Velez 2025-01-06 20:24:41 -04:00
parent e88ce6f505
commit 2ccd73e2f1

View file

@ -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);