Skip to content

Commit

Permalink
Fix not applied now will be able to view application form
Browse files Browse the repository at this point in the history
  • Loading branch information
VictiniX888 committed Oct 25, 2024
1 parent 2b1db75 commit 361a507
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/dashboard/components/hacker-portal/hacker-portal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ export function HackerPortal({ isEventOpen, appsOpen }: HackerPortalProps) {
);
}

if (user.applicationId === undefined || user.applicationId === null) {
if (user.applicationStatus == ApplicationStatus.NOT_APPLIED) {
return (
<Container>
<Stars>
Expand Down

0 comments on commit 361a507

Please sign in to comment.