Quellcode durchsuchen

fix indent error

AlexiCauvin vor 6 Jahren
Ursprung
Commit
edec14f497
1 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  1. 2 2
      frontend_lib/src/component/Input/SelectStatus/SelectStatus.jsx

+ 2 - 2
frontend_lib/src/component/Input/SelectStatus/SelectStatus.jsx Datei anzeigen

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