Browse Source

remove unnecessary

Shun Miyazawa 3 years ago
parent
commit
d71f43235a
1 changed files with 0 additions and 3 deletions
  1. 0 3
      packages/app/src/pages/[[...path]].page.tsx

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

@@ -201,9 +201,6 @@ const Page: NextPageWithLayout<Props> = (props: Props) => {
   useIsEnabledStaleNotification(props.isEnabledStaleNotification);
   useIsSearchPage(false);
 
-  useTemplateTagData(props.templateTagData);
-  useTemplateBodyData(props.templateBodyData);
-
   useIsEnabledAttachTitleHeader(props.isEnabledAttachTitleHeader);
   useIsSearchServiceConfigured(props.isSearchServiceConfigured);
   useIsSearchServiceReachable(props.isSearchServiceReachable);