Update ViewConvo.tsx

This commit is contained in:
Arjun Patel
2022-02-06 17:28:12 -08:00
parent ea953a2bf5
commit 632f4de98d
@@ -341,9 +341,8 @@ export default function ViewConvo(props: { conversationId: string }) {
</span>
</span>
{convo?.tldr && !editTldrMode ? (
{!editTldrMode ? (
<>
<span></span>
<span
onClick={() => setEditTldrMode(true)}
className="flex flex-row group items-center"