forked from Gitlink/forgeplus-react
资源库数量显示错误
This commit is contained in:
parent
44996b5dea
commit
0d546f4789
|
@ -190,7 +190,7 @@ function Index(props){
|
|||
/>
|
||||
<div className="headtitle">
|
||||
<FlexAJ>
|
||||
<span className="font-18">资源库(18)</span>
|
||||
<span className="font-18">资源库{total ? <span>({total})</span>:""}</span>
|
||||
{ current_user && current_user.login && (props.projectDetail && props.projectDetail.permission) ?
|
||||
<Blueback onClick={()=>{setId(undefined);setVisible(true);}}>上传资源</Blueback>:""
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue