Skip to content

Commit 028fd7a

Browse files
committed
When switching to Submissions and Registrants tab from Dashboard tab, Details tab is opening
#6633
1 parent 05a8f2e commit 028fd7a

File tree

1 file changed

+2
-1
lines changed
  • src/shared/containers/challenge-detail

1 file changed

+2
-1
lines changed

src/shared/containers/challenge-detail/index.jsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,8 @@ class ChallengeDetailPageContainer extends React.Component {
256256
history.push(history.location.pathname, history.state);
257257
}
258258

259-
if (!checkIsMM(challenge) && selectedTab === DETAIL_TABS.MM_DASHBOARD) {
259+
if (!checkIsMM(challenge) && COMPETITION_TRACKS_V3.DS !== challenge.track
260+
&& selectedTab === DETAIL_TABS.MM_DASHBOARD) {
260261
onSelectorClicked(DETAIL_TABS.DETAILS);
261262
}
262263

0 commit comments

Comments
 (0)