diff --git a/apps/dispatch/app/_components/left/Chat.tsx b/apps/dispatch/app/_components/left/Chat.tsx index ef442e4c..8ef1cbc4 100644 --- a/apps/dispatch/app/_components/left/Chat.tsx +++ b/apps/dispatch/app/_components/left/Chat.tsx @@ -139,7 +139,7 @@ export const Chat = () => { {chat.name} {chat.notification && } -
+
{chat.messages.map((chatMessage) => { const isSender = chatMessage.senderId === session.data?.user.id; return (