diff --git a/frontend/src/conversation/ConversationBubble.tsx b/frontend/src/conversation/ConversationBubble.tsx index adf18885..56ca97d1 100644 --- a/frontend/src/conversation/ConversationBubble.tsx +++ b/frontend/src/conversation/ConversationBubble.tsx @@ -103,13 +103,13 @@ const ConversationBubble = forwardRef<
Sources:
-
+
{DisableSourceFE ? null : sources?.map((source, index) => (