fix: typo in /wallet redirect (#3593)
This commit is contained in:
+1
-1
File diff suppressed because one or more lines are too long
@@ -31,7 +31,7 @@ const routes = [
|
|||||||
path: '/wallet',
|
path: '/wallet',
|
||||||
redirect: to => {
|
redirect: to => {
|
||||||
const walletId = window.g?.lastActiveWallet || window.user?.wallets[0].id
|
const walletId = window.g?.lastActiveWallet || window.user?.wallets[0].id
|
||||||
return `/wallet/${to.query.val || walletId || 'default'}`
|
return `/wallet/${to.query.wal || walletId || 'default'}`
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user