From 709ce5377aa4017a7d352cf76e04ae83f5bd5287 Mon Sep 17 00:00:00 2001 From: Ian Philips Date: Thu, 14 Jul 2022 07:57:33 -0600 Subject: [PATCH] Remove extra key assignment --- web/pages/groups.tsx | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/web/pages/groups.tsx b/web/pages/groups.tsx index 8f2fe424..9192a094 100644 --- a/web/pages/groups.tsx +++ b/web/pages/groups.tsx @@ -171,10 +171,7 @@ export default function Groups(props: { export function GroupCard(props: { group: Group; creator: User | undefined }) { const { group, creator } = props return ( - +