diff --git a/src/components/manage/ManagePage.tsx b/src/components/manage/ManagePage.tsx index 9e89f09..4b943e8 100644 --- a/src/components/manage/ManagePage.tsx +++ b/src/components/manage/ManagePage.tsx @@ -454,7 +454,7 @@ function GroupsTab({ spaceId }: { spaceId?: string }) {
| {h} | @@ -463,17 +463,26 @@ function GroupsTab({ spaceId }: { spaceId?: string }) {|||
|---|---|---|---|
|
{g.name}
{g.id}
|
- - - {count} - + |
+
+ {groupProjectNames.length > 0 ? groupProjectNames.map((name) => (
+
+ {name}
+
+ )) : (
+ —
+ )}
+
|
{g.description ?? "—"} |