diff --git a/components/Pages/Page.tsx b/components/Pages/Page.tsx index cda9e3f1..0e1983ff 100644 --- a/components/Pages/Page.tsx +++ b/components/Pages/Page.tsx @@ -132,7 +132,7 @@ export const PageWrapper = (props: { `} > {props.children} -
+ {props.pageType === "doc" &&
}
{props.pageOptions}