diff --git a/apps/hackathon/src/app/users/[userId]/page.tsx b/apps/hackathon/src/app/users/[userId]/page.tsx index a6386e8..b49f289 100644 --- a/apps/hackathon/src/app/users/[userId]/page.tsx +++ b/apps/hackathon/src/app/users/[userId]/page.tsx @@ -124,60 +124,66 @@ const UserProfilePage: FC = (): ReactElement => { )} - {/* Teams Section */} + {/* Team Section */} {userTeams.length > 0 ? (
-
-
- {team.description} -
+ {team.description && ( ++ {team.description} +
+ )}Not in any team yet