Minor UX fix
This commit is contained in:
parent
76eb168171
commit
c5f2908261
@ -1694,7 +1694,7 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
catch (err) {
|
catch (err) {
|
||||||
if ((err.data || err) === 'Insufficiant token balance') {
|
if ((err.data || err) === 'Insufficiant token balance' && asset === 'rupee') {
|
||||||
showWalletResult('error', `Failed`, err.data || err, 'open-upi')
|
showWalletResult('error', `Failed`, err.data || err, 'open-upi')
|
||||||
} else {
|
} else {
|
||||||
showWalletResult('error', `Failed`, err.data || err)
|
showWalletResult('error', `Failed`, err.data || err)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user