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:
@@ -112,6 +112,7 @@ function PostHeader({
|
||||
author={post.author || intl.formatMessage(messages.anonymous)}
|
||||
authorLabel={post.authorLabel}
|
||||
labelColor={authorLabelColor && `text-${authorLabelColor}`}
|
||||
linkToProfile
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user