remove deactivated proile bio hotfix

This commit is contained in:
Mary Kate 2020-08-17 22:34:27 -05:00
parent cb0c34aa7e
commit f4b7f2a1bf
1 changed files with 1 additions and 1 deletions

View File

@ -101,7 +101,7 @@ class ProfileInfoPanel extends ImmutablePureComponent {
</div> </div>
} }
{ { !deactivated &&
(account.get('note').length > 0 && account.get('note') !== '<p></p>') && (account.get('note').length > 0 && account.get('note') !== '<p></p>') &&
<div className='profile-info-panel-content__bio' dangerouslySetInnerHTML={content} /> <div className='profile-info-panel-content__bio' dangerouslySetInnerHTML={content} />
} }