fix: clickable username in post, comments and responses (#234)
* fix: clickable username in post, rcomments and responses * test: fix test case after clickable username
This commit is contained in:
@@ -39,7 +39,7 @@ function CommentHeader({
|
||||
height: '32px',
|
||||
}}
|
||||
/>
|
||||
<AuthorLabel author={comment.author} authorLabel={comment.authorLabel} labelColor={colorClass && `text-${colorClass}`} />
|
||||
<AuthorLabel author={comment.author} authorLabel={comment.authorLabel} labelColor={colorClass && `text-${colorClass}`} linkToProfile />
|
||||
</div>
|
||||
<div className="d-flex align-items-center">
|
||||
<span className="btn-icon btn-icon-sm mr-1 align-items-center">
|
||||
|
||||
Reference in New Issue
Block a user