mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-12-14 07:08:44 +03:00
show error message in failure toast
This commit is contained in:
parent
ac63562e9c
commit
5a2ff5d104
@ -79,7 +79,7 @@ class RedeemContainer extends Component {
|
||||
})
|
||||
.catch((error) => {
|
||||
if (error) {
|
||||
dispatch(toastNotification(intl.formatMessage({ id: 'alert.key_warning' })));
|
||||
dispatch(toastNotification(intl.formatMessage({ id: 'alert.key_warning' })) + '\n' + error.message);
|
||||
}
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user