Shun Miyazawa 3 лет назад
Родитель
Сommit
351a1e6b8f
1 измененных файлов с 0 добавлено и 1 удалено
  1. 0 1
      packages/app/src/pages/[[...path]].page.tsx

+ 0 - 1
packages/app/src/pages/[[...path]].page.tsx

@@ -242,7 +242,6 @@ const GrowiPage: NextPage<Props> = (props: Props) => {
 
   useCurrentPageId(pageId);
   useSWRxCurrentPage(undefined, pageWithMeta?.data); // store initial data
-  useSWRxPageInfo(pageId, undefined, pageWithMeta?.meta); // store initial data
   useIsUserPage(isUserPage(pagePath));
   useIsNotCreatable(props.isForbidden || !isCreatablePage(pagePath)); // TODO: need to include props.isIdentical
   useCurrentPagePath(pagePath);