From b01da38eaaa5346cb81df4e49641d9cfea4960b4 Mon Sep 17 00:00:00 2001 From: Shahmir Varqha Date: Sun, 12 Jan 2025 19:39:20 +0800 Subject: [PATCH 1/6] render chat bubble w/o breaking formatting --- frontend/src/plugins/impl/chat/chat-ui.tsx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/frontend/src/plugins/impl/chat/chat-ui.tsx b/frontend/src/plugins/impl/chat/chat-ui.tsx index d413af708da..bdf010f298b 100644 --- a/frontend/src/plugins/impl/chat/chat-ui.tsx +++ b/frontend/src/plugins/impl/chat/chat-ui.tsx @@ -242,7 +242,11 @@ export const Chatbot: React.FC = (props) => { : "bg-[var(--slate-4)] text-[var(--slate-12)]" }`} > -

{renderMessage(message)}

+

+ {renderMessage(message)} +