Skip to content

Commit

Permalink
uh
Browse files Browse the repository at this point in the history
  • Loading branch information
zineanteoh committed Oct 29, 2023
1 parent 78bbd9d commit bc39b51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/hacker/HackerDash.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

1 comment on commit bc39b51

@vercel
Copy link

@vercel vercel bot commented on bc39b51 Oct 29, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.