From 8e9b0066800c04fdb958c34d7fd230eea65b2caa Mon Sep 17 00:00:00 2001 From: meisullum Date: Tue, 17 Dec 2024 13:47:02 -0600 Subject: [PATCH] Adds listing of skills to user view on admin panel --- apps/web/src/components/admin/users/ServerSections.tsx | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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(", ") + : "" + } + />