From 4ff2034ce74743d9fc18323f65ac3d3b840eba38 Mon Sep 17 00:00:00 2001 From: Jake Laderman Date: Mon, 7 Oct 2024 15:38:58 -0500 Subject: [PATCH] fix broken tables on account tab (#1373) --- www/src/components/account/GroupsList.tsx | 5 +---- www/src/components/utils/List.tsx | 1 - 2 files changed, 1 insertion(+), 5 deletions(-) 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}