We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26cc44a commit 96d2774Copy full SHA for 96d2774
src/components/ChallengeEditor/index.js
@@ -1647,7 +1647,7 @@ class ChallengeEditor extends Component {
1647
const isChallengeType = challenge.typeId === CHALLENGE_TYPE_ID
1648
const showRoundType = isDesignChallenge && isChallengeType
1649
const showCheckpointPrizes = challenge.timelineTemplateId === MULTI_ROUND_CHALLENGE_TEMPLATE_ID
1650
- const showDashBoard = (challenge.trackId === DS_TRACK_ID && isChallengeType) || (isDevChallenge && isMM)
+ const showDashBoard = (challenge.trackId === DS_TRACK_ID && isChallengeType) || (isDevChallenge && isMM) || (isDevChallenge && isChallengeType)
1651
const useDashboardData = _.find(challenge.metadata, { name: 'show_data_dashboard' })
1652
1653
const useDashboard = useDashboardData
0 commit comments