Fixed issue with comment loader showing in notifications

• Fixed:
- issue with comment loader showing in notifications
This commit is contained in:
mgabdev 2020-06-09 16:47:37 -04:00
parent ddcf85c672
commit 88080f70cb
1 changed files with 1 additions and 1 deletions

View File

@ -597,7 +597,7 @@ class Status extends ImmutablePureComponent {
}
{
descendantsIds && !compactMode && !isChild && descendantsIds.size > 0 &&
descendantsIds && !compactMode && !isChild && !isNotification && descendantsIds.size > 0 &&
<Fragment>
<div className={[_s.default, _s.mr10, _s.ml10, _s.mb10, _s.borderColorSecondary, _s.borderBottom1PX].join(' ')} />