Skip to content

Commit

Permalink
Minor tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
jmgasper committed Apr 16, 2024
1 parent a318119 commit 2e565d9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export default function ChallengeViewSelector(props) {
viewAsTable,
} = props;

let showDashboard;
let showDashboard = false;
const { type, tags, metadata } = challenge;
const dashboardMetadata = _.find(metadata, { name: 'show_data_dashboard' });
if (dashboardMetadata) {
Expand Down

0 comments on commit 2e565d9

Please sign in to comment.