This commit is contained in:
arcbtc
2024-12-19 13:37:11 +00:00
parent ea0e1e032e
commit 07eb0ecdde
+1 -3
View File
@@ -728,9 +728,7 @@ window.app = Vue.createApp({
}
// check blanace priority
if (
this.$q.localStorage.getItem('lnbits.isPrioritySwapped') &&
this.g.wallet.currency
) {
this.$q.localStorage.getItem('lnbits.isPrioritySwapped')) {
this.isPrioritySwapped = this.$q.localStorage.getItem(
'lnbits.isPrioritySwapped'
)