Remove chat tab

This commit is contained in:
Ian Philips 2022-08-03 13:35:36 -06:00
parent dff9a50411
commit eb32bc15c4

View File

@ -199,16 +199,6 @@ export default function GroupPage(props: {
</Col>
)
const chatTab = (
<Col className="">
{messages ? (
<GroupChat messages={messages} user={user} group={group} tips={tips} />
) : (
<LoadingIndicator />
)}
</Col>
)
const questionsTab = (
<ContractSearch
querySortOptions={{