Skip to content

Commit

Permalink
Temporarily fix apply button logic
Browse files Browse the repository at this point in the history
  • Loading branch information
julianweng committed Sep 6, 2024
1 parent 8cd7b84 commit b32d3d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/components/ClubPage/Actions.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ const Actions = ({
updateRequests={updateRequests}
/>
)}
{SHOW_APPLICATIONS && !isMembershipOpen && club.accepting_members && (
{SHOW_APPLICATIONS && !isMembershipOpen && !inClub && (
<Link
legacyBehavior
href={CLUB_APPLY_ROUTE()}
Expand Down

0 comments on commit b32d3d7

Please sign in to comment.