From 75ec18527636b29b3e32c85842793289dae6591e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=91=E6=98=8E=E6=98=9F?= <321212099@qq.com> Date: Mon, 21 Oct 2024 14:41:43 +0800 Subject: [PATCH] fix --- src/forge/Issues/Component/comments/list.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/forge/Issues/Component/comments/list.jsx b/src/forge/Issues/Component/comments/list.jsx index afabf21a2..288503d50 100644 --- a/src/forge/Issues/Component/comments/list.jsx +++ b/src/forge/Issues/Component/comments/list.jsx @@ -186,7 +186,7 @@ function IssueCommentList(props){ {i.user.name} {i.reply_user && 回复} {i.reply_user && i.reply_user.name} - {timeAgo(i.created_at)} + {i.created_at} {login &&
{/* 平台管理员/仓库管理员/发布评论者/回复评论者/issue创建者 */}