Skip to content

Commit 737c6b4

Browse files
committed
Honor the toggle for all data science challenge types
1 parent 5403d52 commit 737c6b4

File tree

1 file changed

+1
-1
lines changed
  • src/shared/components/challenge-detail/Header/TabSelector

1 file changed

+1
-1
lines changed

src/shared/components/challenge-detail/Header/TabSelector/index.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ export default function ChallengeViewSelector(props) {
305305
return '';
306306
})()}
307307
{
308-
(isMM || (challenge.track.toLowerCase() === 'data science' && showDashboard)) && (
308+
(challenge.track.toLowerCase() === 'data science' && showDashboard) && (
309309
<a
310310
tabIndex="0"
311311
role="tab"

0 commit comments

Comments
 (0)