From 84ed850ca87dfa3b7414832db7276781b16bd99a Mon Sep 17 00:00:00 2001 From: Innei Date: Wed, 14 Feb 2024 22:44:36 +0800 Subject: [PATCH] fix: type Signed-off-by: Innei --- src/components/ui/link-card/LinkCard.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/ui/link-card/LinkCard.tsx b/src/components/ui/link-card/LinkCard.tsx index 79daca4cba..92f0a48796 100644 --- a/src/components/ui/link-card/LinkCard.tsx +++ b/src/components/ui/link-card/LinkCard.tsx @@ -380,7 +380,7 @@ const fetchMxSpaceData: FetchObject = { images?: { src: string }[] meta?: Record cover?: string - summary?: string + summary?: string | null } = { title: '', text: '' } if (type === 'posts') {