This commit is contained in:
2024-12-05 00:25:48 +08:00
parent 86fe107ec2
commit d84b92fe4f

View File

@@ -15,7 +15,7 @@ export function ParagraphCard({
id,
}: Paragraph) {
const url = `/paragraph/${id}`;
cover = useContextFix(cover);
cover = useContextFix(cover) ?? "";
return (
<Card withBorder radius="md" padding="lg" shadow="sm">