From 58b7168a9e1fb2ca445d903ceea1f169a1fad832 Mon Sep 17 00:00:00 2001 From: duckietm Date: Mon, 9 Mar 2026 08:47:49 +0100 Subject: [PATCH] :up: Small fix for the whisper --- src/components/room/widgets/chat/ChatWidgetMessageView.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/room/widgets/chat/ChatWidgetMessageView.tsx b/src/components/room/widgets/chat/ChatWidgetMessageView.tsx index 4e0c9c2..46ef8ec 100644 --- a/src/components/room/widgets/chat/ChatWidgetMessageView.tsx +++ b/src/components/room/widgets/chat/ChatWidgetMessageView.tsx @@ -83,7 +83,7 @@ export const ChatWidgetMessageView: FC = ({ { chat.styleId === 0 && (
) } -
+
{ chat.imageUrl && chat.imageUrl.length > 0 && (
@@ -91,7 +91,7 @@ export const ChatWidgetMessageView: FC = ({
- +