Skip to content

Commit

Permalink
fix: type
Browse files Browse the repository at this point in the history
Signed-off-by: Innei <i@innei.in>
  • Loading branch information
Innei committed Feb 14, 2024
1 parent 4426fa6 commit 84ed850
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ui/link-card/LinkCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@ const fetchMxSpaceData: FetchObject = {
images?: { src: string }[]
meta?: Record<string, any>
cover?: string
summary?: string
summary?: string | null
} = { title: '', text: '' }

if (type === 'posts') {
Expand Down

0 comments on commit 84ed850

Please sign in to comment.