We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d73c557 + 4347f53 commit 93117e2Copy full SHA for 93117e2
src/components/ChallengeEditor/ChallengeReviewer-Field/index.js
@@ -58,7 +58,7 @@ class ChallengeReviewerField extends Component {
58
59
// Add challenge track if available
60
if (challenge.track) {
61
- filters.challengeTrack = challenge.track.toUpperCase()
+ filters.challengeTrack = challenge.track.toUpperCase().replace(' ', '_')
62
}
63
64
// Add challenge type if available
0 commit comments