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.
1 parent ede5fa2 commit 2a9519dCopy full SHA for 2a9519d
components/ChallengeFilters/ChallengeFiltersExample.jsx
@@ -235,7 +235,7 @@ class ChallengeFiltersExample extends React.Component {
235
challengeType: 'Marathon',
236
communities: new Set([community]),
237
currentPhaseEndDate: item.endDate,
238
- currentPhaseName: endTimestamp > Date.now() ? 'Submission' : '',
+ currentPhaseName: endTimestamp > Date.now() ? 'Registration' : '',
239
numRegistrants: item.numberOfRegistrants,
240
numSubmissions: item.numberOfSubmissions,
241
platforms: [],
0 commit comments