Skip to content

Commit abfd6d6

Browse files
committed
add Checkpoint Submission
1 parent d6ff83c commit abfd6d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/common/phase-helper.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ class ChallengePhaseHelper {
7676
if (p.name === 'Registration') {
7777
p.scheduledStartDate = moment(startDate).toDate()
7878
}
79-
if (p.name === 'Submission') {
79+
if (_.includes(['Submission', 'Checkpoint Submission'], p.name)) {
8080
if (p.scheduledStartDate != null) {
8181
p.scheduledStartDate = moment(p.scheduledStartDate).toDate()
8282
} else {

0 commit comments

Comments
 (0)