We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed10471 commit 79ef6ceCopy full SHA for 79ef6ce
src/shared/components/challenge-listing/Filters/FiltersPanel/index.jsx
@@ -193,7 +193,7 @@ export default function FiltersPanel({
193
};
194
195
const communityOps = communityFilters.filter(community => (
196
- (!community.hidden && !community.hideFilter && !_.isEmpty(community.groupIds)) || community.communityName === 'All'
+ (!community.hidden && !community.hideFilter) || community.communityName === 'All'
197
))
198
.map(community => ({
199
label: community.communityName,
0 commit comments