bug
This commit is contained in:
@@ -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'
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user