Skip to content

Commit

Permalink
Merge pull request #10893 from hicommonwealth/israel.10890.unable-to-…
Browse files Browse the repository at this point in the history
…create-groups

Create groups button now shows upon new community creation
  • Loading branch information
Israellund authored Feb 7, 2025
2 parents 254d904 + 36be8ba commit 89173c3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@ const CommunityMembersPage = () => {
)}

{/* Filter section */}
{selectedTab === TabValues.Leaderboard || groups?.length === 0 ? (
{selectedTab === TabValues.Leaderboard ? (
<></>
) : (
<section
Expand Down

0 comments on commit 89173c3

Please sign in to comment.