diff --git a/frontend/components/ClubPage/Actions.tsx b/frontend/components/ClubPage/Actions.tsx
index 46938f5e0..4e43a59dd 100644
--- a/frontend/components/ClubPage/Actions.tsx
+++ b/frontend/components/ClubPage/Actions.tsx
@@ -284,7 +284,6 @@ const Actions = ({
{SHOW_MEMBERSHIP_REQUEST &&
- !inClub &&
club.members.length > 0 &&
isMembershipOpen &&
club.accepting_members && (
@@ -293,20 +292,17 @@ const Actions = ({
updateRequests={updateRequests}
/>
)}
- {SHOW_APPLICATIONS &&
- !inClub &&
- !isMembershipOpen &&
- club.accepting_members && (
-
-
- Apply
-
-
- )}
+ {SHOW_APPLICATIONS && !isMembershipOpen && club.accepting_members && (
+
+
+ Apply
+
+
+ )}
{canEdit && (