Skip to content

Commit 01cf585

Browse files
committed
Allow for editing submission separate from registration
1 parent 6388cdc commit 01cf585

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/ChallengeEditor/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -839,7 +839,7 @@ class ChallengeEditor extends Component {
839839
for (let index = 0; index < phases.length; ++index) {
840840
newChallenge.phases[index].isDurationActive =
841841
moment(newChallenge.phases[index]['scheduledEndDate']).isAfter()
842-
newChallenge.phases[index].isStartTimeActive = index <= 0
842+
newChallenge.phases[index].isStartTimeActive = true
843843
newChallenge.phases[index].isOpen =
844844
newChallenge.phases[index].isDurationActive
845845
}

0 commit comments

Comments
 (0)