From db537a97bafdeb6c4163903bc90fa9af66ecc567 Mon Sep 17 00:00:00 2001 From: Ian Philips Date: Mon, 18 Jul 2022 08:35:59 -0600 Subject: [PATCH] Allow click on group card avatar --- web/pages/groups.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/pages/groups.tsx b/web/pages/groups.tsx index 9e21c346..c87f801b 100644 --- a/web/pages/groups.tsx +++ b/web/pages/groups.tsx @@ -185,7 +185,7 @@ export function GroupCard(props: { group: Group; creator: User | undefined }) {