small bug

This commit is contained in:
arcbtc
2024-12-19 20:25:59 +00:00
parent 1a4c706ed4
commit 3c0c1ca930
+1 -1
View File
@@ -716,7 +716,7 @@ window.app = Vue.createApp({
this.fetchBalance()
},
'update.currency'(newValue) {
if (this.ignoreWatcher) return
if (this.ignoreWatcher || this.update.currency == '') return
this.updateWallet({currency: newValue})
this.updateFiatBalance(newValue)
},