From c307153d03b592c8461688279055d22db68a7f37 Mon Sep 17 00:00:00 2001 From: Brok3Turtl3 Date: Thu, 28 Mar 2024 08:48:11 -0400 Subject: [PATCH] CHE-30 Adjusted code on Profile page --- client/src/pages/Profile/Profile.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/pages/Profile/Profile.tsx b/client/src/pages/Profile/Profile.tsx index 3a0cbed..289b7c5 100644 --- a/client/src/pages/Profile/Profile.tsx +++ b/client/src/pages/Profile/Profile.tsx @@ -14,7 +14,7 @@ const Profile = (): JSX.Element => {

Profile

{user?._id}

-

{userProfile?.bio}

+

{userProfile?.fullName}

); };