diff --git a/frontend/src/Components/Navbar/Navbar.tsx b/frontend/src/Components/Navbar/Navbar.tsx index 46e823da5..4f2ab2c73 100644 --- a/frontend/src/Components/Navbar/Navbar.tsx +++ b/frontend/src/Components/Navbar/Navbar.tsx @@ -56,6 +56,8 @@ export function Navbar() { }); }, []); + const showActiveRecruitments = activeRecruitments !== undefined && activeRecruitments?.length > 0; + // Return profile button for navbar if logged in. const mobileProfileButton = (