issue评论不显示暂无数据

This commit is contained in:
谢思 2023-04-07 15:44:29 +08:00
parent 042af0f67b
commit f2e94dd66a
1 changed files with 0 additions and 2 deletions

View File

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