Update coinControl.js

This commit is contained in:
Marcos Rodriguez Velez 2024-07-24 10:56:10 -04:00
parent bc2662c984
commit 5e6310d25f
No known key found for this signature in database
GPG key ID: 6030B2F48CCE86D7

View file

@ -328,9 +328,8 @@ const CoinControl = () => {
const handleChoose = item => setOutput(item);
const handleUseCoin = u => {
bottomModalRef.current?.dismiss();
setOutput(null);
const handleUseCoin = async u => {
await bottomModalRef.current?.dismiss();
navigation.pop();
onUTXOChoose(u);
};