diff --git a/src/component/ParagraphCard/ParagraphCard.tsx b/src/component/ParagraphCard/ParagraphCard.tsx index 8355baa..307f389 100644 --- a/src/component/ParagraphCard/ParagraphCard.tsx +++ b/src/component/ParagraphCard/ParagraphCard.tsx @@ -15,7 +15,7 @@ export function ParagraphCard({ id, }: Paragraph) { const url = `/paragraph/${id}`; - cover = useContextFix(cover); + cover = useContextFix(cover) ?? ""; return (