From 8493f05ab0086b0da918b0d24459e12dd336fe49 Mon Sep 17 00:00:00 2001 From: Nicolas Date: Tue, 1 Jul 2025 08:42:19 +0200 Subject: [PATCH] chat fix? maybe? #46 --- apps/dispatch/app/_components/left/Chat.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 (