Skip to content

Commit

Permalink
Show dashboard flag on any challenge type, not just data science
Browse files Browse the repository at this point in the history
  • Loading branch information
jmgasper committed Apr 16, 2024
1 parent f77c875 commit 237c3e8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ export default function ChallengeViewSelector(props) {
return '';
})()}
{
(challenge.track.toLowerCase() === 'data science' && showDashboard) && (
(showDashboard) && (
<a
tabIndex="0"
role="tab"
Expand Down

0 comments on commit 237c3e8

Please sign in to comment.