Skip to content

Commit

Permalink
uncommenting testing stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
natapokie committed Sep 1, 2023
1 parent df11bca commit 669f39b
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions client/src/pages/ScuntJudges/ScuntJudges.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,16 +26,16 @@ const ScuntJudges = () => {
}
}, [scuntSettings]);

// if (revealJudgesAndBribes !== true && !leader) {
// return (
// <Header text={'Judges'} underlineDesktop={'265px'} underlineMobile={'180px'}>
// <ScuntLinks />
// <div className="scunt-check-soon-title">
// <h1 style={{ color: 'var(--text-light)' }}>Check back soon!</h1>
// </div>
// </Header>
// );
// }
if (revealJudgesAndBribes !== true && !leader) {
return (
<Header text={'Judges'} underlineDesktop={'265px'} underlineMobile={'180px'}>
<ScuntLinks />
<div className="scunt-check-soon-title">
<h1 style={{ color: 'var(--text-light)' }}>Check back soon!</h1>
</div>
</Header>
);
}

return (
<>
Expand Down

0 comments on commit 669f39b

Please sign in to comment.