From 48f179883ffb0d987c067550f7a8c30f628f134b Mon Sep 17 00:00:00 2001 From: anovazzi1 Date: Fri, 24 Feb 2023 17:28:14 -0300 Subject: [PATCH] chat display updated --- space_flow/src/components/chatComponent/index.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/space_flow/src/components/chatComponent/index.tsx b/space_flow/src/components/chatComponent/index.tsx index 4cb7432d4..26b7b61b2 100644 --- a/space_flow/src/components/chatComponent/index.tsx +++ b/space_flow/src/components/chatComponent/index.tsx @@ -102,14 +102,14 @@ export default function Chat({flow, reactFlowInstance }) { {chatHistory.map((c, i) => (
{c.isSend ? ( -
-
+
+
{c.message}
) : ( -
-
+
+
{c.message}