Merge branch 'feat/ui-v0.4' of git.backyard.segmentfault.com:opensource/answer into feat/ui-v0.4

This commit is contained in:
shuai 2022-11-18 10:36:51 +08:00
commit 2a8ccb43dd
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}