Yuki Takei 2 лет назад
Родитель
Сommit
1db3ba5efa
1 измененных файлов с 1 добавлено и 5 удалено
  1. 1 5
      apps/app/src/components/Navbar/GrowiContextualSubNavigation.tsx

+ 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 && (