diff --git a/langflow/frontend/src/components/chatComponent/index.tsx b/langflow/frontend/src/components/chatComponent/index.tsx index 6c68f2112..99c7c1d20 100644 --- a/langflow/frontend/src/components/chatComponent/index.tsx +++ b/langflow/frontend/src/components/chatComponent/index.tsx @@ -105,14 +105,14 @@ export default function Chat({flow, reactFlowInstance }:ChatType) { {chatHistory.map((c, i) => (