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}