kaori 3 лет назад
Родитель
Сommit
5b87935a46

+ 0 - 2
packages/app/src/components/Admin/MarkdownSetting/MarkDownSettingContents.tsx

@@ -32,7 +32,6 @@ const MarkDownSettingContents = React.memo((): JSX.Element => {
       <Card className="card well my-3">
         <CardBody className="px-0 py-2">{ t('admin:markdown_setting.presentation_desc') }</CardBody>
       </Card>
-      {/* TODO: show PresentationForm and Xss Form components by https://redmine.weseek.co.jp/issues/100058 */}
       <PresentationForm />
 
       {/* XSS Setting */}
@@ -40,7 +39,6 @@ const MarkDownSettingContents = React.memo((): JSX.Element => {
       <Card className="card well my-3">
         <CardBody className="px-0 py-2">{ t('admin:markdown_setting.xss_desc') }</CardBody>
       </Card>
-      {/* TODO: show PresentationForm and Xss Form components by https://redmine.weseek.co.jp/issues/100058 */}
       <XssForm />
     </div>
   );