User not found
@@ -42,9 +43,9 @@ const UserProfilePage: FC = (): ReactElement => { } return ( -{user.fullname}
-+
{user.email}
{user.location && (About
-+
{user.bio}
Skills
@@ -110,7 +115,7 @@ const UserProfilePage: FC = (): ReactElement => { {user.skills.map((skill: string) => ( {skill} @@ -121,7 +126,7 @@ const UserProfilePage: FC = (): ReactElement => { {/* Teams Section */} {userTeams.length > 0 ? ( -Teams ({userTeams.length})
@@ -130,37 +135,47 @@ const UserProfilePage: FC = (): ReactElement => { -
+
{team.name}
-
+
- 📍 {team.city}
+
+ {team.city}
- 👥 {team.members?.length || 0} members
+
+ {team.members?.length || 0} members
- 📍 {team.city}
+
- 👥 {team.members?.length || 0} members
+
+
{team.description}
Teams
+
Not in any team yet
Contact Information
+
@@ -201,7 +216,7 @@ const UserProfilePage: FC = (): ReactElement => {
+
Location