kaori 3 лет назад
Родитель
Сommit
2080a41b58
1 измененных файлов с 0 добавлено и 1 удалено
  1. 0 1
      packages/app/src/pages/admin/[[...path]].page.tsx

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

@@ -70,7 +70,6 @@ const AdminMarkdownSettingsPage: NextPage<Props> = (props: Props) => {
     security: {
       title: useCustomTitle(props, t('security_settings')),
       component: <SecurityManagementContents />,
-      // component: <>a</>,
     },
     markdown: {
       title: useCustomTitle(props, t('Markdown Settings')),