small bug
This commit is contained in:
@@ -716,7 +716,7 @@ window.app = Vue.createApp({
|
|||||||
this.fetchBalance()
|
this.fetchBalance()
|
||||||
},
|
},
|
||||||
'update.currency'(newValue) {
|
'update.currency'(newValue) {
|
||||||
if (this.ignoreWatcher) return
|
if (this.ignoreWatcher || this.update.currency == '') return
|
||||||
this.updateWallet({currency: newValue})
|
this.updateWallet({currency: newValue})
|
||||||
this.updateFiatBalance(newValue)
|
this.updateFiatBalance(newValue)
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user