mirror of
https://github.com/mastermindzh/rickvanlieshout.com
synced 2024-12-26 14:59:14 +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']}>
|
<div className={styles['post__footer']}>
|
||||||
<Meta date={date} />
|
<Meta date={date} />
|
||||||
<Tags tags={tags} tagSlugs={tagSlugs} />
|
{tags && <Tags tags={tags} tagSlugs={tagSlugs} />}
|
||||||
<Author />
|
<Author />
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user