fix: wallets navigation (#3208)
This commit is contained in:
Vendored
+1
-1
File diff suppressed because one or more lines are too long
@@ -517,7 +517,9 @@ window.windowMixin = {
|
||||
this.$q.localStorage.set('lnbits.walletFlip', this.walletFlip)
|
||||
},
|
||||
goToWallets() {
|
||||
window.location = '/wallets'
|
||||
this.$router.push({
|
||||
path: '/wallets'
|
||||
})
|
||||
},
|
||||
submitAddWallet() {
|
||||
if (
|
||||
|
||||
Reference in New Issue
Block a user