remove deactivated proile bio hotfix
This commit is contained in:
parent
cb0c34aa7e
commit
f4b7f2a1bf
|
@ -101,7 +101,7 @@ class ProfileInfoPanel extends ImmutablePureComponent {
|
|||
</div>
|
||||
}
|
||||
|
||||
{
|
||||
{ !deactivated &&
|
||||
(account.get('note').length > 0 && account.get('note') !== '<p></p>') &&
|
||||
<div className='profile-info-panel-content__bio' dangerouslySetInnerHTML={content} />
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue