forked from crowetic/commerce
UI Tweaks
This commit is contained in:
parent
8ea2f5c34e
commit
52dbbb8ad8
@ -44,7 +44,7 @@ export default function Pages({
|
||||
}: InferGetStaticPropsType<typeof getStaticProps>) {
|
||||
return (
|
||||
<div className="max-w-2xl mx-auto py-20">
|
||||
<HTMLContent html={page.body} />
|
||||
{page?.body && <HTMLContent html={page.body} />}
|
||||
</div>
|
||||
)
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user