forked from Gitlink/forgeplus-react
issue评论不显示暂无数据
This commit is contained in:
parent
042af0f67b
commit
f2e94dd66a
|
|
@ -234,8 +234,6 @@ function IssueCommentList(props){
|
|||
<a className='mr5 loginBtn' onClick={()=>{showLoginDialog()}}>登录</a>并参与评论与回复
|
||||
</div>}
|
||||
</div>}
|
||||
{/* 无数据 新建第一条评论时暂无数据隐藏 用户未登录隐藏*/}
|
||||
{journals && !journals.length && showEdit !== 1 && login && <Nodata _html="暂无数据"/>}
|
||||
</div>
|
||||
)
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue