forked from Gitlink/forgeplus-react
fix
This commit is contained in:
parent
0dad402ab8
commit
75ec185276
|
|
@ -186,7 +186,7 @@ function IssueCommentList(props){
|
|||
<Link to={`/${i.user.login}`}>{i.user.name}</Link>
|
||||
{i.reply_user && <span className='ml5 timeAgo mr3'>回复</span>}
|
||||
<span>{i.reply_user && i.reply_user.name}</span>
|
||||
<span className='ml15 timeAgo font-14'>{timeAgo(i.created_at)}</span>
|
||||
<span className='ml15 timeAgo font-14'>{i.created_at}</span>
|
||||
</div>
|
||||
{login && <div>
|
||||
{/* 平台管理员/仓库管理员/发布评论者/回复评论者/issue创建者 */}
|
||||
|
|
|
|||
Loading…
Reference in New Issue