From 632f4de98d965c9b54fe2227ba750632a4b59194 Mon Sep 17 00:00:00 2001 From: Arjun Patel Date: Sun, 6 Feb 2022 17:28:12 -0800 Subject: [PATCH] Update ViewConvo.tsx --- packages/web/components/MainTabsOrPages/ViewConvo.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/packages/web/components/MainTabsOrPages/ViewConvo.tsx b/packages/web/components/MainTabsOrPages/ViewConvo.tsx index c130e4d..bce23ec 100644 --- a/packages/web/components/MainTabsOrPages/ViewConvo.tsx +++ b/packages/web/components/MainTabsOrPages/ViewConvo.tsx @@ -341,9 +341,8 @@ export default function ViewConvo(props: { conversationId: string }) { - {convo?.tldr && !editTldrMode ? ( + {!editTldrMode ? ( <> - setEditTldrMode(true)} className="flex flex-row group items-center"