minor bug fix

This commit is contained in:
sairaj mote 2021-10-18 17:38:20 +05:30
parent 71ebd1c37b
commit e4085c986a

View File

@ -1203,7 +1203,7 @@
}
}
catch (err) {
showWalletResult('error', `Failed`, err)
showWalletResult('error', `Failed`, err.data || err)
}
finally {
hideProcess('wallet_popup__cta_wrapper')