kaori 3 лет назад
Родитель
Сommit
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: {
     notification: {
       title: useCustomTitle(props, t('Notification Settings')),
       title: useCustomTitle(props, t('Notification Settings')),
-      // component: <>notification</>,
       component: <NotificationSetting />,
       component: <NotificationSetting />,
     },
     },
     'global-notification': {
     'global-notification': {