Skip to content

Commit

Permalink
Merge pull request #295 from appKom/hotfix
Browse files Browse the repository at this point in the history
comment out applicant card
  • Loading branch information
fredrir authored Aug 21, 2024
2 parents bb24631 + 1fe5af6 commit e36669e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pages/apply/[period-id].tsx
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ const Application: NextPage = () => {
onClick={handleDeleteApplication}
/>
)}
{fetchedApplicationData?.application ||
{/*{fetchedApplicationData?.application ||
(applicationData && (
<div className="w-full max-w-md">
<ApplicantCard
Expand All @@ -182,7 +182,7 @@ const Application: NextPage = () => {
includePreferences={true}
/>
</div>
))}
))} */}
</div>
);

Expand Down

0 comments on commit e36669e

Please sign in to comment.