Fix error when a transaction is manually rejected in MM popup

This commit is contained in:
Germán Martínez 2019-09-19 18:55:12 +02:00
parent 39111829cb
commit c9791bc1a6
1 changed files with 1 additions and 1 deletions

View File

@ -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}`)
}