diff --git a/frontend/src/conversation/ConversationBubble.tsx b/frontend/src/conversation/ConversationBubble.tsx index dea37a55..bdec095f 100644 --- a/frontend/src/conversation/ConversationBubble.tsx +++ b/frontend/src/conversation/ConversationBubble.tsx @@ -51,9 +51,12 @@ const ConversationBubble = forwardRef< let bubble; if (type === 'QUESTION') { bubble = ( -