Skip to content

Commit 7340b46

Browse files
authored
Merge pull request #172 from rashmi73/issue_4402
issue 4402 fix
2 parents a5b2093 + 28f1778 commit 7340b46

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)