Skip to content

Commit 28f1778

Browse files
authoredMay 26, 2020
Update filter.js
1 parent 47f435d commit 28f1778

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎src/utils/challenge/filter.js

+2
Original file line numberDiff line numberDiff line change
@@ -257,6 +257,8 @@ export function getReviewOpportunitiesFilterFunction(state, validSubtracks) {
257257
opp.challenge.track.toLowerCase(),
258258
]),
259259
typeId: newSubTrack.id,
260+
tags: opp.challenge.technologies || [],
261+
platforms: opp.challenge.platforms || [],
260262
};
261263

262264
return (

0 commit comments

Comments
 (0)
Please sign in to comment.