Skip to content

Commit 2a9519d

Browse files
fixed topcoder-archive/appirio_tech-topcoder-app/issues/1164 marathon matches open for registration by default
1 parent ede5fa2 commit 2a9519d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/ChallengeFilters/ChallengeFiltersExample.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ class ChallengeFiltersExample extends React.Component {
235235
challengeType: 'Marathon',
236236
communities: new Set([community]),
237237
currentPhaseEndDate: item.endDate,
238-
currentPhaseName: endTimestamp > Date.now() ? 'Submission' : '',
238+
currentPhaseName: endTimestamp > Date.now() ? 'Registration' : '',
239239
numRegistrants: item.numberOfRegistrants,
240240
numSubmissions: item.numberOfSubmissions,
241241
platforms: [],

0 commit comments

Comments
 (0)