Skip to content

Commit b1ba56f

Browse files
authored
Merge pull request #245 from royshouvik/fix-past-challenges
Add Data Science track
2 parents 7cc7405 + 2089e98 commit b1ba56f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

components/ChallengeCardContainer/generalHelpers.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ import _ from 'lodash';
77
const COMMUNITIES = {
88
DEVELOP: 'develop',
99
DESIGN: 'design',
10+
DATA_SCIENCE: 'datasci',
1011
};
1112

1213
// filter out empty challenge buckets, and if currentFilter is passed in,

0 commit comments

Comments
 (0)