diff --git a/www/src/components/account/GroupsList.tsx b/www/src/components/account/GroupsList.tsx index d310c411b..5290dea54 100644 --- a/www/src/components/account/GroupsList.tsx +++ b/www/src/components/account/GroupsList.tsx @@ -22,10 +22,7 @@ export function GroupsList({ q }: any) { const { edges, pageInfo } = data.groups return ( -
+
{edges?.length ? ( ( padding={0} margin={0} flexGrow={1} - maxHeight="min-content" {...props} overflow="hidden" as={Ul}