From 62b0b28b7f0d07a7591341576c139f9f1b7cde62 Mon Sep 17 00:00:00 2001 From: anovazzi1 Date: Mon, 12 Jun 2023 20:23:52 -0300 Subject: [PATCH] start websocket from chat only after build --- src/frontend/src/components/chatComponent/index.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/frontend/src/components/chatComponent/index.tsx b/src/frontend/src/components/chatComponent/index.tsx index 8756e8319..610ea5c4c 100644 --- a/src/frontend/src/components/chatComponent/index.tsx +++ b/src/frontend/src/components/chatComponent/index.tsx @@ -61,8 +61,6 @@ export default function Chat({ flow }: ChatType) { return ( <> - - {isBuilt ? (
+
) : (