diff --git a/src/lib/components/chat/Messages/ResponseMessage.svelte b/src/lib/components/chat/Messages/ResponseMessage.svelte index 297e390a5f..033ebcf7a7 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}