diff --git a/src/components/ChatBox/index.jsx b/src/components/ChatBox/index.jsx index 87a15e49..9b70e373 100644 --- a/src/components/ChatBox/index.jsx +++ b/src/components/ChatBox/index.jsx @@ -27,7 +27,7 @@ const ChatBox = ({ chatboxContainerRef }) => { ))} {(messageList.length !== 0 && messagesBeforeToday.length !== 0) && ( - + )} {messagesToday.map(({ role, content, timestamp }) => (