Skip to content

Commit

Permalink
fix: fix routing to wallet transfer on clicking manage funds button i…
Browse files Browse the repository at this point in the history
…n account settings page (#15204)
  • Loading branch information
aum-deriv committed May 20, 2024
1 parent 2b4ecab commit b31bfde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/shared/src/utils/routes/routes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ export const routes = {
wallets_cashier: '/wallets/cashier',
wallets_deposit: '/wallets/cashier/deposit',
wallets_withdrawal: '/wallets/cashier/withdraw',
wallets_transfer: 'wallets/cashier/transfer',
wallets_transfer: '/wallets/cashier/transfer',
wallets_transactions: '/wallets/cashier/transactions',
wallets_compare_accounts: '/wallets/compare-accounts',

Expand Down

0 comments on commit b31bfde

Please sign in to comment.