From 9983bd628d17d8eea5515f0bab175bd4f0c0723a Mon Sep 17 00:00:00 2001 From: Peidong He Date: Sat, 2 Sep 2023 18:27:10 -0700 Subject: [PATCH] changed bg color for back-button --- client/src/components/Profile/index.tsx | 64 +------------------------ 1 file changed, 1 insertion(+), 63 deletions(-) diff --git a/client/src/components/Profile/index.tsx b/client/src/components/Profile/index.tsx index 25b598e9bbe..6229088cbbb 100644 --- a/client/src/components/Profile/index.tsx +++ b/client/src/components/Profile/index.tsx @@ -344,68 +344,6 @@ function ProfileContent() { {/* User bio */} - {/* {userId === user?.id ? ( // Check if the current user matches the profile user -
- {editMode ? ( -
-
- - -
- -
- - -
-
- ) : ( - <> - {userId === user?.id && ( - <> -
{bio}
-
-
-

- -

-
-
- - )} - - )} -
- ) : ( -
-
{bio}
-
- )} */} - {userId === user?.id ? ( // Current user's profile view
@@ -429,7 +367,7 @@ function ProfileContent() {