Skip to content

Commit

Permalink
perf: test commit
Browse files Browse the repository at this point in the history
  • Loading branch information
huniafatima-arbi committed Jul 1, 2024
1 parent f8f38c7 commit 3aa7e21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ChatBox/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const ChatBox = ({ chatboxContainerRef }) => {
return (
<div ref={chatboxContainerRef} className="flex-grow-1 scroller d-flex flex-column pb-4">
{messageList.map(({ role, content, timestamp }) => (
<Message
<Message
key={timestamp.toString()}
variant={role}
message={content}
Expand Down

0 comments on commit 3aa7e21

Please sign in to comment.