From 669f39bc2371b9385e57d9d7de830a6d3409a8b1 Mon Sep 17 00:00:00 2001 From: Natalie Chan Date: Fri, 1 Sep 2023 16:56:39 -0400 Subject: [PATCH] uncommenting testing stuff --- client/src/pages/ScuntJudges/ScuntJudges.jsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/client/src/pages/ScuntJudges/ScuntJudges.jsx b/client/src/pages/ScuntJudges/ScuntJudges.jsx index 8608da71..466da7a0 100644 --- a/client/src/pages/ScuntJudges/ScuntJudges.jsx +++ b/client/src/pages/ScuntJudges/ScuntJudges.jsx @@ -26,16 +26,16 @@ const ScuntJudges = () => { } }, [scuntSettings]); - // if (revealJudgesAndBribes !== true && !leader) { - // return ( - //
- // - //
- //

Check back soon!

- //
- //
- // ); - // } + if (revealJudgesAndBribes !== true && !leader) { + return ( +
+ +
+

Check back soon!

+
+
+ ); + } return ( <>