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:
Awais Ansari
2022-08-05 21:59:36 +05:00
committed by GitHub
parent b15fd96108
commit 7ea3e62d33
11 changed files with 54 additions and 25 deletions

View File

@@ -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">