Fixes rendering of about bio

This commit is contained in:
Josh Perez 2021-01-27 19:18:50 -05:00 committed by GitHub
parent 3ee69c211d
commit 1b38db2d79
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 82 additions and 12 deletions

View file

@ -191,7 +191,7 @@ export const ConversationHero = ({
/>
)}
</h1>
{about && (
{about && !isMe && (
<div className="module-about__container">
<About text={about} />
</div>