File tree Expand file tree Collapse file tree 3 files changed +5
-1
lines changed
shared/components/challenge-listing/Filters Expand file tree Collapse file tree 3 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 5
5
"tags" : [" Blockchain" , " Ethereum" ]
6
6
}]
7
7
},
8
+ "challengeListing" : {
9
+ "ignoreCommunityFilterByDefault" : true
10
+ },
8
11
"communityId" : " blockchain" ,
9
12
"communityName" : " Blockchain Community" ,
10
13
"groupIds" : [" 20000010" ],
Original file line number Diff line number Diff line change 6
6
}]
7
7
},
8
8
"challengeListing" : {
9
+ "ignoreCommunityFilterByDefault" : true ,
9
10
"openChallengesInNewTabs" : false
10
11
},
11
12
"communityId" : " cognitive" ,
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ export default function ChallengeFilters({
53
53
filterRulesCount += 1 ;
54
54
}
55
55
if ( isReviewOpportunitiesBucket && filterState . reviewOpportunityType ) filterRulesCount += 1 ;
56
- if ( selectedCommunityId !== '' && selectedCommunityId !== 'All' ) filterRulesCount += 1 ;
56
+ // if (selectedCommunityId !== '' && selectedCommunityId !== 'All') filterRulesCount += 1;
57
57
const isTrackOn = track => filterState . tracks && filterState . tracks [ track ] ;
58
58
59
59
const switchTrack = ( track , on ) => {
You can’t perform that action at this time.
0 commit comments