diff --git a/components/BlogPostCard.js b/components/BlogPostCard.js index 82a1b5ff..5d4eb7c8 100644 --- a/components/BlogPostCard.js +++ b/components/BlogPostCard.js @@ -39,7 +39,7 @@ const BlogPostCard = ({ post, showSummary }) => { - {(!showPreview || showSummary) &&
+ {(!showPreview || showSummary) &&
{post.summary}
} @@ -57,7 +57,7 @@ const BlogPostCard = ({ post, showSummary }) => { /> } -