Browse Source

clean code

kaori 3 years ago
parent
commit
03db53d160

+ 1 - 1
packages/app/src/components/Admin/ElasticsearchManagement/StatusTable.jsx

@@ -1,7 +1,7 @@
 import React from 'react';
 
-import PropTypes from 'prop-types';
 import { useTranslation } from 'next-i18next';
+import PropTypes from 'prop-types';
 
 class StatusTable extends React.PureComponent {
 

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

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