File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
src/components/ChallengeEditor Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -1647,7 +1647,7 @@ class ChallengeEditor extends Component {
1647
1647
const isChallengeType = challenge . typeId === CHALLENGE_TYPE_ID
1648
1648
const showRoundType = isDesignChallenge && isChallengeType
1649
1649
const showCheckpointPrizes = challenge . timelineTemplateId === MULTI_ROUND_CHALLENGE_TEMPLATE_ID
1650
- const showDashBoard = ( challenge . trackId === DS_TRACK_ID && isChallengeType ) || ( isDevChallenge && isMM )
1650
+ const showDashBoard = ( challenge . trackId === DS_TRACK_ID && isChallengeType ) || ( isDevChallenge && isMM ) || ( isDevChallenge && isChallengeType )
1651
1651
const useDashboardData = _ . find ( challenge . metadata , { name : 'show_data_dashboard' } )
1652
1652
1653
1653
const useDashboard = useDashboardData
You can’t perform that action at this time.
0 commit comments