diff --git a/src/renderer/components/ai/FloatingChat.tsx b/src/renderer/components/ai/FloatingChat.tsx index bd175e5..43944fe 100644 --- a/src/renderer/components/ai/FloatingChat.tsx +++ b/src/renderer/components/ai/FloatingChat.tsx @@ -171,7 +171,7 @@ function FloatingChatInner() { if (msg.role === 'user') { return (
{msg.content}
@@ -194,7 +194,7 @@ function FloatingChatInner() { return (