Merge branch 'spinster' into 'develop'

remove deactivated profile bio hotfix

See merge request soapbox-pub/soapbox-fe!179
preload
Alex Gleason 2020-08-18 03:48:52 +00:00
commit 84b8afa73c
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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} />
}