Skip to content

Commit

Permalink
remove unnecessary
Browse files Browse the repository at this point in the history
  • Loading branch information
miya committed Mar 27, 2023
1 parent b10239b commit d71f432
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions packages/app/src/pages/[[...path]].page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit d71f432

Please sign in to comment.