forked from Gitlink/forgeplus-react
资源库数量显示错误
This commit is contained in:
parent
832b18e7f5
commit
b601582d15
|
@ -191,7 +191,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