diff --git a/src/components/ChatBox/index.jsx b/src/components/ChatBox/index.jsx index e1ac6b2b..c4d6bf21 100644 --- a/src/components/ChatBox/index.jsx +++ b/src/components/ChatBox/index.jsx @@ -11,7 +11,7 @@ const ChatBox = ({ chatboxContainerRef }) => { return (
{messageList.map(({ role, content, timestamp }) => ( -