diff --git a/frontend/src/pages/UserPage.tsx b/frontend/src/pages/UserPage.tsx index 8410e68..f9a6d77 100644 --- a/frontend/src/pages/UserPage.tsx +++ b/frontend/src/pages/UserPage.tsx @@ -207,6 +207,7 @@ const UserPage: React.FC = () => { {/* User Type (e.g., "USER") */} {userPageVariant.toUpperCase()} + Bio Section

About {profileData.username}

{profileData.bio}