mirror of https://gitee.com/answerdev/answer.git
Merge branch 'feat/ui-v0.4' of git.backyard.segmentfault.com:opensource/answer into feat/ui-v0.4
This commit is contained in:
commit
2a8ccb43dd
|
@ -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}
|
||||
|
|
Loading…
Reference in New Issue