Skip to content

Commit

Permalink
fixed minor error
Browse files Browse the repository at this point in the history
  • Loading branch information
beenishali693 committed Dec 16, 2024
1 parent e7ba0f3 commit c317629
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ChatLog.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const ChatLog = ({entries, onLiked}) => {

return (
<div className='chat-log'>
{chatEntryComponents(entries)}
{chatEntryComponents}
</div>
);
};
Expand Down

0 comments on commit c317629

Please sign in to comment.