diff --git a/packages/web/components/NewQuery.tsx b/packages/web/components/NewQuery.tsx index f3dcb2dc..0ba91a07 100644 --- a/packages/web/components/NewQuery.tsx +++ b/packages/web/components/NewQuery.tsx @@ -154,9 +154,8 @@ export default function NewQuery() { - {/* Display the YouTube embeds*/}
- {card?.citations.map((citation, index) => ( + {card?.citations?.map((citation, index) => (

{citation.source_title}

{citation.source_url.includes("youtube.com") && }