[Fix] - Bug on switching wallets and payment details (#3094)

This commit is contained in:
Tiago Vasconcelos
2025-04-10 10:02:35 +01:00
committed by GitHub
parent f6c8a308dc
commit a0502f1676
3 changed files with 11 additions and 7 deletions
+4 -3
View File
@@ -581,9 +581,10 @@ window.windowMixin = {
query: {wal: this.g.wallet.id}
})
} else {
const url = new URL(window.location.href)
url.searchParams.set('wal', this.g.wallet.id)
window.history.replaceState({}, '', url.toString())
this.$router.replace({
path: '/wallet',
query: {wal: this.g.wallet.id}
})
}
},
formatBalance(amount) {