Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 4920086

Browse files
authoredAug 11, 2020
Merge pull request topcoder-platform#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

Lines changed: 1 addition & 1 deletion
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)
Please sign in to comment.