diff --git a/frontend/src/conversation/ConversationBubble.tsx b/frontend/src/conversation/ConversationBubble.tsx
index 300ab6ac..d60b531a 100644
--- a/frontend/src/conversation/ConversationBubble.tsx
+++ b/frontend/src/conversation/ConversationBubble.tsx
@@ -98,47 +98,57 @@ const ConversationBubble = forwardRef<
>
}
/>
{!isEditClicked && (
-
- {message}
-
+ <>
+
+ {message}
+
+
+ >
)}
{isEditClicked && (
-
);
@@ -427,7 +428,7 @@ const ConversationBubble = forwardRef<
@@ -435,7 +436,7 @@ const ConversationBubble = forwardRef<
@@ -443,14 +444,14 @@ const ConversationBubble = forwardRef<
{type === 'ERROR' && (
-
+
)}
{handleFeedback && (
<>