diff --git a/frontend/src/conversation/ConversationBubble.tsx b/frontend/src/conversation/ConversationBubble.tsx index 7ec98820..cd8cc1e8 100644 --- a/frontend/src/conversation/ConversationBubble.tsx +++ b/frontend/src/conversation/ConversationBubble.tsx @@ -250,7 +250,10 @@ const ConversationBubble = forwardRef< ) : ( - + {children} );