浏览代码

fixed icon of content status workspace content list

Skylsmoi 5 年前
父节点
当前提交
74532662fc
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/component/Workspace/ContentItem.jsx

+ 1 - 1
src/component/Workspace/ContentItem.jsx 查看文件

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