Przeglądaj źródła

fixed icon of content status workspace content list

Skylsmoi 5 lat temu
rodzic
commit
74532662fc
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      src/component/Workspace/ContentItem.jsx

+ 1 - 1
src/component/Workspace/ContentItem.jsx Wyświetl plik

@@ -23,7 +23,7 @@ const ContentItem = props => {
23 23
 
24 24
       <div className={classnames('content__status d-flex align-items-center justify-content-start')} style={{color: status.hexcolor}}>
25 25
         <div className='content__status__icon d-block '>
26
-          <i className={`fa fa-${status.fa_icon}`} />
26
+          <i className={`fa fa-${status.faIcon}`} />
27 27
         </div>
28 28
         <div className='content__status__text d-none d-xl-block'>
29 29
           {status.label}