mirror of
https://github.com/mastermindzh/rickvanlieshout.com
synced 2024-12-26 06:49:18 +01:00
fix: error when navigating to a post that has no tags
This commit is contained in:
parent
ce18826cd0
commit
420e422eb8
@ -27,7 +27,7 @@ const Post = ({ post }) => {
|
||||
|
||||
<div className={styles['post__footer']}>
|
||||
<Meta date={date} />
|
||||
<Tags tags={tags} tagSlugs={tagSlugs} />
|
||||
{tags && <Tags tags={tags} tagSlugs={tagSlugs} />}
|
||||
<Author />
|
||||
</div>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user