bug
This commit is contained in:
@@ -727,7 +727,7 @@ window.app = Vue.createApp({
|
|||||||
this.$q.localStorage.set('lnbits.disclaimerShown', true)
|
this.$q.localStorage.set('lnbits.disclaimerShown', true)
|
||||||
}
|
}
|
||||||
// check blanace priority
|
// check blanace priority
|
||||||
if (this.$q.localStorage.getItem('lnbits.isPrioritySwapped') && this.g.wallet.currenc) {
|
if (this.$q.localStorage.getItem('lnbits.isPrioritySwapped')) {
|
||||||
this.isPrioritySwapped = this.$q.localStorage.getItem(
|
this.isPrioritySwapped = this.$q.localStorage.getItem(
|
||||||
'lnbits.isPrioritySwapped'
|
'lnbits.isPrioritySwapped'
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user