From ea65c58682d42ce8f7010c57c6aab115eadeccc1 Mon Sep 17 00:00:00 2001 From: Lucas Oliveira Date: Mon, 26 Jun 2023 11:48:25 -0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix(chatComponent):=20fix=20Chat?= =?UTF-8?q?Trigger=20and=20FormTrigger=20open=20state=20to=20open=20when?= =?UTF-8?q?=20either=20of=20them=20is=20clicked?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/frontend/src/components/chatComponent/index.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/frontend/src/components/chatComponent/index.tsx b/src/frontend/src/components/chatComponent/index.tsx index cff74cd46..451955a14 100644 --- a/src/frontend/src/components/chatComponent/index.tsx +++ b/src/frontend/src/components/chatComponent/index.tsx @@ -66,15 +66,15 @@ export default function Chat({ flow }: ChatType) { {isBuilt ? (
- - + +
) : (