This commit is contained in:
向明星 2024-10-21 14:41:43 +08:00
parent 0dad402ab8
commit 75ec185276
1 changed files with 1 additions and 1 deletions

View File

@ -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创建者 */}