Skip to content

Commit 728bd18

Browse files
committed
Show dashboard checkbox for dev code challenges
1 parent 5d69c67 commit 728bd18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/ChallengeEditor/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1005,7 +1005,7 @@ class ChallengeEditor extends Component {
10051005
const isChallengeType = typeId === CHALLENGE_TYPE_ID
10061006
const isDevChallenge = trackId === DEV_TRACK_ID
10071007
const isMM = typeId === MARATHON_TYPE_ID
1008-
const showDashBoard = (isDataScience && isChallengeType) || (isDevChallenge && isMM)
1008+
const showDashBoard = (isDataScience && isChallengeType) || (isDevChallenge && isMM) || (isDevChallenge && isChallengeType)
10091009

10101010
// indicate that creating process has started
10111011
this.setState({ isSaving: true })

0 commit comments

Comments
 (0)