소스 검색

clean code

kaori 3 년 전
부모
커밋
3c930256d5
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      packages/app/src/pages/admin/[[...path]].page.tsx

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

@@ -92,7 +92,6 @@ const AdminMarkdownSettingsPage: NextPage<Props> = (props: Props) => {
     },
     notification: {
       title: useCustomTitle(props, t('Notification Settings')),
-      // component: <>notification</>,
       component: <NotificationSetting />,
     },
     'global-notification': {