mirror of
https://github.com/status-im/safe-react.git
synced 2025-01-16 04:54:11 +00:00
Fix error when a transaction is manually rejected in MM popup
This commit is contained in:
parent
39111829cb
commit
c9791bc1a6
@ -42,7 +42,7 @@ const createTransaction = (
|
||||
openSnackbar(notifications.CREATED_MORE_CONFIRMATIONS_NEEDED, 'success')
|
||||
}
|
||||
} catch (err) {
|
||||
openSnackbar(notifications.ERROR, '')
|
||||
openSnackbar(notifications.ERROR, 'error')
|
||||
console.error(`Error while creating transaction: ${err}`)
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user