diff --git a/frontend/src/Components/Navbar/Navbar.tsx b/frontend/src/Components/Navbar/Navbar.tsx index a82ee7ece..f30460a8d 100644 --- a/frontend/src/Components/Navbar/Navbar.tsx +++ b/frontend/src/Components/Navbar/Navbar.tsx @@ -108,10 +108,7 @@ export function Navbar() { ); - - const showActiveRecruitments = activeRecruitments !== undefined && activeRecruitments?.length > 0; - - const recruitmentLinks = showActiveRecruitments && ( + const recruitmentLinks = ( <> {activeRecruitments?.map((recruitment) => (