From f3faa83e273716d97db365b78576457d326d13ec Mon Sep 17 00:00:00 2001 From: ZL Asica <40444637+ZL-Asica@users.noreply.github.com> Date: Fri, 11 Oct 2024 16:22:55 -0500 Subject: [PATCH] fix(ProfilePage): Data now showing. --- src/components/ProfilePage.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/ProfilePage.jsx b/src/components/ProfilePage.jsx index 324d570..7a14fc5 100755 --- a/src/components/ProfilePage.jsx +++ b/src/components/ProfilePage.jsx @@ -44,13 +44,13 @@ export default function ProfilePage() { - + {/* Bio Section */} - {profileData?.bio} + {profileData?.description}