fix(comment): #992

This commit is contained in:
haitao(lj) 2022-11-18 10:09:39 +08:00
parent 974e4c75be
commit 776a013013
1 changed files with 1 additions and 1 deletions

View File

@ -239,7 +239,7 @@ const Comment = ({ objectId, mode }) => {
onCancel={() => handleCancel(item.comment_id)}
/>
) : (
<div className="d-flex">
<div className="d-block">
{item.reply_user_display_name && (
<Link to="." className="fs-14 me-1 text-nowrap">
@{item.reply_user_display_name}