From 776a0130131b3cf3e0598954eecc05e484ea56a6 Mon Sep 17 00:00:00 2001 From: "haitao(lj)" Date: Fri, 18 Nov 2022 10:09:39 +0800 Subject: [PATCH] fix(comment): #992 --- ui/src/components/Comment/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/src/components/Comment/index.tsx b/ui/src/components/Comment/index.tsx index 1f57e737..d76f94d6 100644 --- a/ui/src/components/Comment/index.tsx +++ b/ui/src/components/Comment/index.tsx @@ -239,7 +239,7 @@ const Comment = ({ objectId, mode }) => { onCancel={() => handleCancel(item.comment_id)} /> ) : ( -
+
{item.reply_user_display_name && ( @{item.reply_user_display_name}