diff --git a/apps/web/src/components/admin/users/ServerSections.tsx b/apps/web/src/components/admin/users/ServerSections.tsx index d8911461..fd5a606e 100644 --- a/apps/web/src/components/admin/users/ServerSections.tsx +++ b/apps/web/src/components/admin/users/ServerSections.tsx @@ -49,7 +49,14 @@ export function ProfileInfo({ user }: { user: Hacker }) { />
- + 0 + ? (user.skills as string[]).join(", ") + : "" + } + />