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 // check blanace priority
if ( if (
this.$q.localStorage.getItem('lnbits.isPrioritySwapped') && this.$q.localStorage.getItem('lnbits.isPrioritySwapped')) {
this.g.wallet.currency
) {
this.isPrioritySwapped = this.$q.localStorage.getItem( this.isPrioritySwapped = this.$q.localStorage.getItem(
'lnbits.isPrioritySwapped' 'lnbits.isPrioritySwapped'
) )