diff --git a/app/webpacker/components/TeamsCommitteesCouncils/index.jsx b/app/webpacker/components/TeamsCommitteesCouncils/index.jsx index 699eb26f9e..cfcb6121fb 100644 --- a/app/webpacker/components/TeamsCommitteesCouncils/index.jsx +++ b/app/webpacker/components/TeamsCommitteesCouncils/index.jsx @@ -49,7 +49,7 @@ export default function TeamsCommitteesCouncils() { return groupList[selectedGroupIndex]; }, [groupList, hash, setHash]); - if (loading) return ; + if (loading || !activeGroup) return ; if (teamsCommitteesError || councilsError) return ; return (