diff --git a/client-web/src/modules/chats/presentation/components/MessageBubble.tsx b/client-web/src/modules/chats/presentation/components/MessageBubble.tsx index dc23f80..94e3e46 100644 --- a/client-web/src/modules/chats/presentation/components/MessageBubble.tsx +++ b/client-web/src/modules/chats/presentation/components/MessageBubble.tsx @@ -612,9 +612,9 @@ function MessageBubble({ const isSingleGif = galleryMedia.length === 1 && isMediaGif(galleryMedia[0]); const hasReactions = Object.keys(reactionGroups).length > 0; - return ( -
- {renderFormattedText(message.content)} -
- {firstUrl && !hasImage && !hasVideo && !hasFile && ( -+ {renderFormattedText(message.content)} +
+ {firstUrl && !hasImage && !hasVideo && !hasFile && ( +