Skip to content

Commit

Permalink
chore(membership): Enable membership payment
Browse files Browse the repository at this point in the history
  • Loading branch information
phoenixpereira committed Feb 5, 2025
1 parent e024c15 commit c349e21
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/app/(account)/settings/tabs/MembershipSettings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,6 @@ export default function MembershipSettings({
) : (
<>
<p>
Membership payments will resume later this year. Please check back for
updates.
</p>
{/* <p>
Finalise your membership by completing the required payment either online
below, at a club event, or contact one of the{' '}
<Link href="/about" className="underline">
Expand All @@ -69,7 +65,7 @@ export default function MembershipSettings({
loading={pay.isMutating}
>
Pay Online
</Button> */}
</Button>
</>
)}
</div>
Expand Down

0 comments on commit c349e21

Please sign in to comment.