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, id,
}: Paragraph) { }: Paragraph) {
const url = `/paragraph/${id}`; const url = `/paragraph/${id}`;
cover = useContextFix(cover); cover = useContextFix(cover) ?? "";
return ( return (
<Card withBorder radius="md" padding="lg" shadow="sm"> <Card withBorder radius="md" padding="lg" shadow="sm">