diff --git a/frontend/src/pages/home/Home.tsx b/frontend/src/pages/home/Home.tsx index 0a94af3785..9e8bb78967 100644 --- a/frontend/src/pages/home/Home.tsx +++ b/frontend/src/pages/home/Home.tsx @@ -23,7 +23,7 @@ const Home: React.FC = () => { const enableTeamSection = useEnableTeamSection(); return ( - +
{!projectsAvailable && !aiFlows && !resourcesSection && !enableTeamSection ? ( { {enableTeamSection} )} - +
); };