Explorar o código

omit PageAuthorInfo

Yuki Takei %!s(int64=2) %!d(string=hai) anos
pai
achega
1db3ba5efa

+ 1 - 5
apps/app/src/components/Navbar/GrowiContextualSubNavigation.tsx

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