Skip to content

Commit 4920086

Browse files
authored
Merge pull request #218 from topcoder-platform/issue-4718
Disable filter by Type in getReviewOpportunitiesFilterFunction
2 parents 7ff38a8 + e272c32 commit 4920086

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/challenge/filter.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ export function getReviewOpportunitiesFilterFunction(state, validTypes) {
262262
filterByTrack(challenge, state)
263263
&& filterByText(challenge, state)
264264
&& filterByTags(challenge, state)
265-
&& filterByTypes(challenge, state)
265+
// && filterByTypes(challenge, state)
266266
&& filterByEndDate(challenge, state)
267267
&& filterByStartDate(challenge, state)
268268
&& filterByReviewOpportunityType(opp, state)

0 commit comments

Comments
 (0)