diff --git a/site/src/pages/GroupsPage/GroupPage.tsx b/site/src/pages/GroupsPage/GroupPage.tsx index b5a9f1940a..061061bb29 100644 --- a/site/src/pages/GroupsPage/GroupPage.tsx +++ b/site/src/pages/GroupsPage/GroupPage.tsx @@ -103,11 +103,7 @@ const GroupPage: FC = () => { <> {title} - +
{groupData?.display_name || groupData?.name || "Unknown Group"} @@ -137,9 +133,9 @@ const GroupPage: FC = () => { )} - +
- +
{canUpdateGroup && groupData && !isEveryoneGroup(groupData) && ( { )} - +
{groupQuery.data && (