|
@@ -50,9 +50,7 @@ const PageControls = dynamic(
|
|
|
() => import('../PageControls').then(mod => mod.PageControls),
|
|
() => import('../PageControls').then(mod => mod.PageControls),
|
|
|
{ ssr: false, loading: () => <></> },
|
|
{ ssr: false, loading: () => <></> },
|
|
|
);
|
|
);
|
|
|
-const PageAuthorInfo = dynamic(() => import('../PageAuthorInfo/PageAuthorInfo').then(mod => mod.PageAuthorInfo), {
|
|
|
|
|
- ssr: false,
|
|
|
|
|
-});
|
|
|
|
|
|
|
+
|
|
|
|
|
|
|
|
type PageOperationMenuItemsProps = {
|
|
type PageOperationMenuItemsProps = {
|
|
|
pageId: string,
|
|
pageId: string,
|
|
@@ -370,8 +368,6 @@ const GrowiContextualSubNavigation = (props: GrowiContextualSubNavigationProps):
|
|
|
)}
|
|
)}
|
|
|
</div>
|
|
</div>
|
|
|
|
|
|
|
|
- <PageAuthorInfo />
|
|
|
|
|
-
|
|
|
|
|
</div>
|
|
</div>
|
|
|
|
|
|
|
|
{path != null && currentUser != null && !isReadOnlyUser && (
|
|
{path != null && currentUser != null && !isReadOnlyUser && (
|