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 && ( -
+