From bc39b514d51bfb0fc6babdcdc57f9af9cb8e5200 Mon Sep 17 00:00:00 2001 From: Zi Nean Teoh Date: Sun, 29 Oct 2023 13:07:13 -0500 Subject: [PATCH] uh --- components/hacker/HackerDash.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/hacker/HackerDash.tsx b/components/hacker/HackerDash.tsx index 96f85392..14b1a10d 100644 --- a/components/hacker/HackerDash.tsx +++ b/components/hacker/HackerDash.tsx @@ -50,7 +50,7 @@ export default function HackerDash({ userApplicationStatus, setUserApplicationSt if (DEV_DEPLOY) { setHackathonStarted(true); } else { - setHackathonStarted(curDate >= hackathonStartDate && curDate <= hackathonEndDate); + setHackathonStarted(curDate >= hackathonStartDate); } return hackathongSetting;