Parcourir la source

fix indent error

AlexiCauvin il y a 6 ans
Parent
révision
edec14f497

+ 2 - 2
frontend_lib/src/component/Input/SelectStatus/SelectStatus.jsx Voir le fichier

@@ -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>