diff --git a/site/src/pages/UsersPage/UsersTable/UserGroupsCell.tsx b/site/src/pages/UsersPage/UsersTable/UserGroupsCell.tsx index b5d1f799ee71e..071dc6c798b96 100644 --- a/site/src/pages/UsersPage/UsersTable/UserGroupsCell.tsx +++ b/site/src/pages/UsersPage/UsersTable/UserGroupsCell.tsx @@ -1,6 +1,5 @@ import { useTheme } from "@emotion/react"; import GroupIcon from "@mui/icons-material/Group"; -import Button from "@mui/material/Button"; import List from "@mui/material/List"; import ListItem from "@mui/material/ListItem"; import TableCell from "@mui/material/TableCell"; @@ -31,18 +30,14 @@ export function UserGroupsCell({ userGroups }: GroupsCellProps) { ) : ( - +