Update transactions.js

This commit is contained in:
Marcos Rodriguez Velez 2024-07-22 01:55:28 -04:00
parent 6e7fcbeca6
commit 3e39619977
No known key found for this signature in database
GPG Key ID: 6030B2F48CCE86D7

View File

@ -303,7 +303,7 @@ const WalletTransactions = ({ navigation }) => {
await wallet.fetchBtcAddress();
toAddress = wallet.refill_addressess[0];
} catch (Err) {
return presentAlert({ message: Err.message });
return presentAlert({ message: Err.message, type: AlertType.Toast });
}
}
navigate('SendDetailsRoot', {