소스 검색

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>