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 = (