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

@@ -112,6 +112,7 @@ function PostHeader({
author={post.author || intl.formatMessage(messages.anonymous)}
authorLabel={post.authorLabel}
labelColor={authorLabelColor && `text-${authorLabelColor}`}
linkToProfile
/>
</div>
</div>