瀏覽代碼

omit PageAuthorInfo

Yuki Takei 2 年之前
父節點
當前提交
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 && (