Skip to content

Commit

Permalink
Fix issue making the app disappear on sidebar open
Browse files Browse the repository at this point in the history
issue introduced in commit:
chore: replace hardcoded urls with RouteName enum
d8f88d1
  • Loading branch information
mraveux committed Feb 17, 2025
1 parent f1a764c commit c700375
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/router.ts
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ const routes: RouteConfig[] = [{
accountOverview: AccountOverview,
addressOverview: AddressOverview,
},
name: RouteName.Transactions,
name: RouteName.Root,
alias: '/transactions',
meta: { column: Columns.DYNAMIC },
children: [{
Expand Down

0 comments on commit c700375

Please sign in to comment.