Skip to content

Commit

Permalink
Remove duplicate route
Browse files Browse the repository at this point in the history
  • Loading branch information
robines committed Sep 29, 2024
1 parent 4f8b872 commit 05b3da6
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions frontend/src/router/router.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -474,19 +474,6 @@ export const router = createBrowserRouter(
path={ROUTES.frontend.admin_recruitment_gang_overview}
element={<PermissionRoute required={[]} element={<RecruitmentGangOverviewPage />} />}
/>
<Route
path={ROUTES.frontend.admin_recruitment_edit}
element={
<PermissionRoute
required={[PERM.SAMFUNDET_CHANGE_RECRUITMENT]}
element={<RecruitmentFormAdminPage />}
/>
}
loader={recruitmentLoader}
handle={{
crumb: ({ pathname }: UIMatch) => <Link url={pathname}>{t(KEY.common_edit)}</Link>,
}}
/>
<Route
path={ROUTES.frontend.admin_recruitment_gang_users_without_interview}
element={<RecruitmentUsersWithoutInterviewGangPage />}
Expand Down

0 comments on commit 05b3da6

Please sign in to comment.