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 />
|
<br />
|
||||||
|
|
||||||
{/* Post metadata */}
|
{/* Post metadata */}
|
||||||
{[
|
<Meta fetchedPage={pageData} />
|
||||||
PageType.POST,
|
|
||||||
PageType.SERIES,
|
|
||||||
PageType.SERIES_HOME,
|
|
||||||
].includes(pageType) && <Meta fetchedPage={pageData} />}
|
|
||||||
</small>
|
</small>
|
||||||
|
|
||||||
<hr />
|
<hr />
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue