refactor(blog): remove unnecessary post type check
This commit is contained in:
parent
6d0fdfa36c
commit
db632c817a
1 changed files with 1 additions and 5 deletions
|
@ -88,11 +88,7 @@ export default function Page() {
|
|||
<br />
|
||||
|
||||
{/* Post metadata */}
|
||||
{[
|
||||
PageType.POST,
|
||||
PageType.SERIES,
|
||||
PageType.SERIES_HOME,
|
||||
].includes(pageType) && <Meta fetchedPage={pageData} />}
|
||||
<Meta fetchedPage={pageData} />
|
||||
</small>
|
||||
|
||||
<hr />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue