mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-02-22 15:04:50 +01:00
Update coinControl.js
This commit is contained in:
parent
bc2662c984
commit
5e6310d25f
1 changed files with 2 additions and 3 deletions
|
@ -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);
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue