Skip to content

Commit

Permalink
Remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
seeker25 committed Feb 9, 2024
1 parent 6a7a219 commit 4c9cc75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion auth-web/src/routes/router.ts
Original file line number Diff line number Diff line change
Expand Up @@ -804,7 +804,7 @@ export function getRoutes (): RouteConfig[] {
meta: {
requiresAuth: true,
allowedRoles: [Role.ManageEft],
breadcrumb: // Don't include the staff dashboard breadcrumb, we want to not navigate via HREF it reloads the page.
breadcrumb:
[
StaffDashboardBreadcrumb,
ShortNameMappingBreadcrumb
Expand Down

0 comments on commit 4c9cc75

Please sign in to comment.