Browse Source

fix indent error

AlexiCauvin 6 years ago
parent
commit
edec14f497
1 changed files with 2 additions and 2 deletions
  1. 2 2
      frontend_lib/src/component/Input/SelectStatus/SelectStatus.jsx

+ 2 - 2
frontend_lib/src/component/Input/SelectStatus/SelectStatus.jsx View File

38
             {s.label}
38
             {s.label}
39
             <div className='selectStatus__submenu__item__icon'>
39
             <div className='selectStatus__submenu__item__icon'>
40
               <i
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
             </div>
44
             </div>
45
           </button>
45
           </button>