diff --git a/web/components/profile/profile-info.tsx b/web/components/profile/profile-info.tsx
index 19c303ff..49a71301 100644
--- a/web/components/profile/profile-info.tsx
+++ b/web/components/profile/profile-info.tsx
@@ -174,7 +174,9 @@ export function ProfileInfo(props: {
-
+
)}
@@ -259,7 +261,7 @@ function ProfileContent(props: {
refreshProfile,
fromProfilePage,
fromSignup,
- isProfileVisible,
+ // isProfileVisible,
// likesGiven,
// likesReceived,
// ships,
@@ -282,9 +284,11 @@ function ProfileContent(props: {
/>
-
-
-
+ {(!!profile.interests?.length || !!profile.causes?.length) && (
+
+
+
+ )}
{(profile.mbti || profile.big5_agreeableness) && (
@@ -299,48 +303,57 @@ function ProfileContent(props: {
)}
-
-
-
+ {profile.bio && (
+
+
+
+ )}
- {isProfileVisible && (
+ {currentUser && (
//
//
)}
-
-
-
+ {currentUser && (
+
+
+
+ )}
-
-
-
+ {currentUser && (
+
+
+
+ )}
{!isCurrentUser && currentUser && (