diff --git a/frontend/src/components/ChatList.jsx b/frontend/src/components/ChatList.jsx index da4254c..1642924 100644 --- a/frontend/src/components/ChatList.jsx +++ b/frontend/src/components/ChatList.jsx @@ -5,14 +5,21 @@ const ChatList = ({ chats, onSelectChat }) => {
{contact.UserName}
-{contact.MessageContent}
+ +{chat.UserName}
+{chat.MessageContent}
+