We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d6ff83c + abfd6d6 commit 37e9d50Copy full SHA for 37e9d50
src/common/phase-helper.js
@@ -76,7 +76,7 @@ class ChallengePhaseHelper {
76
if (p.name === 'Registration') {
77
p.scheduledStartDate = moment(startDate).toDate()
78
}
79
- if (p.name === 'Submission') {
+ if (_.includes(['Submission', 'Checkpoint Submission'], p.name)) {
80
if (p.scheduledStartDate != null) {
81
p.scheduledStartDate = moment(p.scheduledStartDate).toDate()
82
} else {
0 commit comments