Skip to content

Commit ede5fa2

Browse files
authored
trying to fix active mm issue
1 parent 86274e4 commit ede5fa2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/ChallengeCard/ChallengeCardExamples.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ class ChallengeCardExamples extends React.Component {
2222
pastDevelopChallenges: [],
2323
activeDesignChallenges: [],
2424
pastDesignChallenges: [],
25-
activeMarathonMatchChallenges: [],
25+
activeMarathonMatchChallenges: []
2626
};
2727
const that = this;
2828

0 commit comments

Comments
 (0)