|
@@ -75,7 +75,6 @@ const AdminMarkdownSettingsPage: NextPage<Props> = (props: Props) => {
|
|
|
markdown: {
|
|
markdown: {
|
|
|
title: useCustomTitle(props, t('Markdown Settings')),
|
|
title: useCustomTitle(props, t('Markdown Settings')),
|
|
|
component: <MarkDownSettingContents />,
|
|
component: <MarkDownSettingContents />,
|
|
|
- // component: <>MarkDownSettingContents</>,
|
|
|
|
|
},
|
|
},
|
|
|
customize: {
|
|
customize: {
|
|
|
title: useCustomTitle(props, t('Customize Settings')),
|
|
title: useCustomTitle(props, t('Customize Settings')),
|