diff --git a/src/components/common/PostCard.js b/src/components/common/PostCard.js index 4cb9c61..6db11be 100644 --- a/src/components/common/PostCard.js +++ b/src/components/common/PostCard.js @@ -18,10 +18,10 @@ const PostCard = ({ post, isLarge }) => {
{/*post.tags &&
*/} - {post.tags &&
{post.tags[0].name}
} + {post.tags && post.tags[0] &&
{post.tags[0].name}
} {post.featured && Featured}

{post.title}

-
{post.subtitle}
+
{ /* post.subtitle */ }