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 05a8f2e commit 028fd7aCopy full SHA for 028fd7a
src/shared/containers/challenge-detail/index.jsx
@@ -256,7 +256,8 @@ class ChallengeDetailPageContainer extends React.Component {
256
history.push(history.location.pathname, history.state);
257
}
258
259
- if (!checkIsMM(challenge) && selectedTab === DETAIL_TABS.MM_DASHBOARD) {
+ if (!checkIsMM(challenge) && COMPETITION_TRACKS_V3.DS !== challenge.track
260
+ && selectedTab === DETAIL_TABS.MM_DASHBOARD) {
261
onSelectorClicked(DETAIL_TABS.DETAILS);
262
263
0 commit comments