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 5403d52 commit 737c6b4Copy full SHA for 737c6b4
src/shared/components/challenge-detail/Header/TabSelector/index.jsx
@@ -305,7 +305,7 @@ export default function ChallengeViewSelector(props) {
305
return '';
306
})()}
307
{
308
- (isMM || (challenge.track.toLowerCase() === 'data science' && showDashboard)) && (
+ (challenge.track.toLowerCase() === 'data science' && showDashboard) && (
309
<a
310
tabIndex="0"
311
role="tab"
0 commit comments