fix: wallet page g.user (#3611)
This commit is contained in:
+1
-1
File diff suppressed because one or more lines are too long
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user