Skip to content

Commit

Permalink
Hide retreat sign up for now
Browse files Browse the repository at this point in the history
  • Loading branch information
kexinxiang committed Jul 5, 2024
1 parent 1ede00b commit 2cc52ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/pages/Profile/PageProfileFrosh.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ const PageProfileFrosh = () => {
<div className="profile-info-row">
<div className="profile-info-row-right">
{user?.attendingScunt === true ? <ProfilePageFroshScuntMessage /> : null}
{isRegistered ? <ProfilePageRetreat /> : null}
{isRegistered ? /*<ProfilePageRetreat />*/ null : null}
{/* <ProfilePageNitelife /> */}
<ProfilePageInstagrams />
<ProfilePageAnnouncements />
Expand Down

0 comments on commit 2cc52ee

Please sign in to comment.