Update ViewConvo.tsx

This commit is contained in:
Arjun Patel
2022-02-13 10:27:08 -08:00
parent 42cdb18806
commit bfc539671f
@@ -400,7 +400,10 @@ export default function ViewConvo(props: { conversationId: string }) {
/>
<button
onClick={() => setEditTldrMode(false)}
onClick={(e) => {
e.stopPropagation();
setEditTldrMode(false);
}}
className="rounded-lg p-2 border border-orange-500 flex flex-row items-center space-x-2
text-xs hover:bg-orange-500 hover:text-white mx-2 text-orange-500"
>