sforkowany z mirror/soapbox
Merge branch 'spinster' into 'develop'
remove deactivated profile bio hotfix See merge request soapbox-pub/soapbox-fe!179preload
commit
84b8afa73c
|
@ -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} />
|
||||
}
|
||||
|
|
Ładowanie…
Reference in New Issue