From 4f8b87273b1cda44b2a28bb4aaecc4f11c2f3d80 Mon Sep 17 00:00:00 2001 From: robines Date: Sun, 29 Sep 2024 13:32:04 +0200 Subject: [PATCH] biome --- frontend/src/router/router.tsx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/frontend/src/router/router.tsx b/frontend/src/router/router.tsx index 2c1bf45c2..c853a65a4 100644 --- a/frontend/src/router/router.tsx +++ b/frontend/src/router/router.tsx @@ -409,9 +409,7 @@ export const router = createBrowserRouter( path={ROUTES.frontend.admin_recruitment_recruiter_dashboard} element={} handle={{ - crumb: ({ pathname }: UIMatch) => ( - {t(KEY.recruitment_recruiter_dashboard)} - ), + crumb: ({ pathname }: UIMatch) => {t(KEY.recruitment_recruiter_dashboard)}, }} />