fix: build error
This commit is contained in:
parent
c33ae6e336
commit
e8fad7451c
|
@ -57,7 +57,7 @@ const ArticleHeader = ({
|
|||
)}
|
||||
<TagsAndSocial tags={tags} className={'articleTags'} />
|
||||
<AuthorsContainer>
|
||||
<Authors authors={authors} email={true} gap={12} />
|
||||
<Authors authors={authors} />
|
||||
</AuthorsContainer>
|
||||
{coverImage && (
|
||||
<ArticleImageBlockWrapper
|
||||
|
|
Loading…
Reference in New Issue