ソースを参照

fix indent error

AlexiCauvin 6 年 前
コミット
edec14f497
共有1 個のファイルを変更した2 個の追加2 個の削除を含む
  1. 2 2
      frontend_lib/src/component/Input/SelectStatus/SelectStatus.jsx

+ 2 - 2
frontend_lib/src/component/Input/SelectStatus/SelectStatus.jsx ファイルの表示

@@ -38,8 +38,8 @@ export const SelectStatus = props => {
38 38
             {s.label}
39 39
             <div className='selectStatus__submenu__item__icon'>
40 40
               <i
41
-              className={`fa fa-fw fa-${s.faIcon}`}
42
-              style={{color: s.hexcolor}}
41
+                className={`fa fa-fw fa-${s.faIcon}`}
42
+                style={{color: s.hexcolor}}
43 43
               />
44 44
             </div>
45 45
           </button>