Skip to content

Commit 8cabca0

Browse files
Hotfix - isMM()
1 parent baa0293 commit 8cabca0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/shared/utils/challenge.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import _ from 'lodash';
88
* @param {Object} challenge challenge object
99
*/
1010
export function isMM(challenge) {
11-
const tags = _.get(challenge, 'challenge.tags') || [];
11+
const tags = _.get(challenge, 'tags') || [];
1212
return tags.includes('Marathon Match');
1313
}
1414

0 commit comments

Comments
 (0)