We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d69c67 commit 728bd18Copy full SHA for 728bd18
src/components/ChallengeEditor/index.js
@@ -1005,7 +1005,7 @@ class ChallengeEditor extends Component {
1005
const isChallengeType = typeId === CHALLENGE_TYPE_ID
1006
const isDevChallenge = trackId === DEV_TRACK_ID
1007
const isMM = typeId === MARATHON_TYPE_ID
1008
- const showDashBoard = (isDataScience && isChallengeType) || (isDevChallenge && isMM)
+ const showDashBoard = (isDataScience && isChallengeType) || (isDevChallenge && isMM) || (isDevChallenge && isChallengeType)
1009
1010
// indicate that creating process has started
1011
this.setState({ isSaving: true })
0 commit comments