satof3 1 год назад
Родитель
Сommit
c64ed41b32

+ 1 - 1
apps/app/src/client/components/PageSideContents/PageSideContents.tsx

@@ -6,7 +6,7 @@ import { useTranslation } from 'next-i18next';
 import dynamic from 'next/dynamic';
 import dynamic from 'next/dynamic';
 import { scroller } from 'react-scroll';
 import { scroller } from 'react-scroll';
 
 
-import { useIsGuestUser, useIsReadOnlyUser, useShowPageSideAuthors } from '~/stores-universal/context'; // useShowPageSideAuthors を追加
+import { useIsGuestUser, useIsReadOnlyUser, useShowPageSideAuthors } from '~/stores-universal/context';
 import { useDescendantsPageListModal, useTagEditModal } from '~/stores/modal';
 import { useDescendantsPageListModal, useTagEditModal } from '~/stores/modal';
 import { useSWRxPageInfo, useSWRxTagsInfo } from '~/stores/page';
 import { useSWRxPageInfo, useSWRxTagsInfo } from '~/stores/page';
 import { useIsAbleToShowTagLabel } from '~/stores/ui';
 import { useIsAbleToShowTagLabel } from '~/stores/ui';

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

@@ -584,7 +584,6 @@ function injectServerConfigurations(context: GetServerSidePropsContext, props: P
   // props.highlightJsStyle = configManager.getConfig('customize:highlightJsStyle');
   // props.highlightJsStyle = configManager.getConfig('customize:highlightJsStyle');
   props.isAllReplyShown = configManager.getConfig('customize:isAllReplyShown');
   props.isAllReplyShown = configManager.getConfig('customize:isAllReplyShown');
   props.showPageSideAuthors = configManager.getConfig('customize:showPageSideAuthors');
   props.showPageSideAuthors = configManager.getConfig('customize:showPageSideAuthors');
-
   props.isContainerFluid = configManager.getConfig('customize:isContainerFluid');
   props.isContainerFluid = configManager.getConfig('customize:isContainerFluid');
   props.isEnabledStaleNotification = configManager.getConfig('customize:isEnabledStaleNotification');
   props.isEnabledStaleNotification = configManager.getConfig('customize:isEnabledStaleNotification');
   props.disableLinkSharing = configManager.getConfig('security:disableLinkSharing');
   props.disableLinkSharing = configManager.getConfig('security:disableLinkSharing');