fix: wallet page g.user (#3611)

This commit is contained in:
dni ⚡ 2025-12-02 13:45:54 +01:00 committed by GitHub
parent eefaf3c50c
commit a0e4a59454
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

File diff suppressed because one or more lines are too long

View file

@ -604,7 +604,7 @@ window.PageWallet = {
this.decodeRequest()
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) {
this.g.wallet = wallet
this.g.lastActiveWallet = wallet.id