minor bug fix
This commit is contained in:
parent
71ebd1c37b
commit
e4085c986a
@ -1203,7 +1203,7 @@
|
||||
}
|
||||
}
|
||||
catch (err) {
|
||||
showWalletResult('error', `Failed`, err)
|
||||
showWalletResult('error', `Failed`, err.data || err)
|
||||
}
|
||||
finally {
|
||||
hideProcess('wallet_popup__cta_wrapper')
|
||||
|
||||
Loading…
Reference in New Issue
Block a user