diff --git a/src/lib/components/chat/Messages/ResponseMessage.svelte b/src/lib/components/chat/Messages/ResponseMessage.svelte index 297e390a5..033ebcf7a 100644 --- a/src/lib/components/chat/Messages/ResponseMessage.svelte +++ b/src/lib/components/chat/Messages/ResponseMessage.svelte @@ -472,7 +472,7 @@ - {#if flattenedCitations} + {#if Object.keys(flattenedCitations).length > 0}