diff --git a/frontend/src/components/content-card.tsx b/frontend/src/components/content-card.tsx index 75c4de1..30794d9 100644 --- a/frontend/src/components/content-card.tsx +++ b/frontend/src/components/content-card.tsx @@ -158,7 +158,7 @@ export function ContentCard({ content, onUpdate }: ContentCardProps) { - + {content.mimeType.startsWith("image/") ? ( +
{title &&

{title}

} -
+
{contents.map((content) => ( ))}