Fixes rendering of about bio
This commit is contained in:
parent
3ee69c211d
commit
1b38db2d79
10 changed files with 82 additions and 12 deletions
|
@ -191,7 +191,7 @@ export const ConversationHero = ({
|
|||
/>
|
||||
)}
|
||||
</h1>
|
||||
{about && (
|
||||
{about && !isMe && (
|
||||
<div className="module-about__container">
|
||||
<About text={about} />
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue