fix: wallet page g.user (#3611)
This commit is contained in:
parent
eefaf3c50c
commit
a0e4a59454
2 changed files with 2 additions and 2 deletions
2
lnbits/static/bundle-components.min.js
vendored
2
lnbits/static/bundle-components.min.js
vendored
File diff suppressed because one or more lines are too long
|
|
@ -604,7 +604,7 @@ window.PageWallet = {
|
||||||
this.decodeRequest()
|
this.decodeRequest()
|
||||||
this.parse.show = true
|
this.parse.show = true
|
||||||
}
|
}
|
||||||
const wallet = g.user.wallets.find(w => w.id === this.$route.params.id)
|
const wallet = this.g.user.wallets.find(w => w.id === this.$route.params.id)
|
||||||
if (wallet) {
|
if (wallet) {
|
||||||
this.g.wallet = wallet
|
this.g.wallet = wallet
|
||||||
this.g.lastActiveWallet = wallet.id
|
this.g.lastActiveWallet = wallet.id
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue