From eb32bc15c4365c2a0c640b0dd47715285f46563e Mon Sep 17 00:00:00 2001 From: Ian Philips Date: Wed, 3 Aug 2022 13:35:36 -0600 Subject: [PATCH] Remove chat tab --- web/pages/group/[...slugs]/index.tsx | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/web/pages/group/[...slugs]/index.tsx b/web/pages/group/[...slugs]/index.tsx index 3903efc2..acee69ad 100644 --- a/web/pages/group/[...slugs]/index.tsx +++ b/web/pages/group/[...slugs]/index.tsx @@ -199,16 +199,6 @@ export default function GroupPage(props: { ) - const chatTab = ( - - {messages ? ( - - ) : ( - - )} - - ) - const questionsTab = (