We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6ff83c commit abfd6d6Copy full SHA for abfd6d6
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