Skip to content

Commit

Permalink
biome
Browse files Browse the repository at this point in the history
  • Loading branch information
robines committed Sep 29, 2024
1 parent 9065642 commit 4f8b872
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions frontend/src/router/router.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -409,9 +409,7 @@ export const router = createBrowserRouter(
path={ROUTES.frontend.admin_recruitment_recruiter_dashboard}
element={<RecruitmentRecruiterDashboardPage />}
handle={{
crumb: ({ pathname }: UIMatch) => (
<Link url={pathname}>{t(KEY.recruitment_recruiter_dashboard)}</Link>
),
crumb: ({ pathname }: UIMatch) => <Link url={pathname}>{t(KEY.recruitment_recruiter_dashboard)}</Link>,
}}
/>
<Route
Expand Down

0 comments on commit 4f8b872

Please sign in to comment.