itizawa 6 лет назад
Родитель
Сommit
7f79194440
1 измененных файлов с 0 добавлено и 2 удалено
  1. 0 2
      src/client/js/components/Admin/Customize/Customize.jsx

+ 0 - 2
src/client/js/components/Admin/Customize/Customize.jsx

@@ -19,8 +19,6 @@ class Customize extends React.Component {
           <h2>{t('customize_page.Layout')}</h2>
           <CustomizeLayoutSetting />
         </div>
-        <legend>{t('customize_page.Theme')}</legend>
-        {/* テーマフォームの react componentをここで呼ぶ(GW-245) */}
         <legend>{t('customize_page.Behavior')}</legend>
         {/* 挙動フォームの react componentをここで呼ぶ(GW-246) */}
         <legend>{t('customize_page.Function')}</legend>