Fixed issue with comment loader showing in notifications
• Fixed: - issue with comment loader showing in notifications
This commit is contained in:
parent
ddcf85c672
commit
88080f70cb
@ -597,7 +597,7 @@ class Status extends ImmutablePureComponent {
|
|||||||
}
|
}
|
||||||
|
|
||||||
{
|
{
|
||||||
descendantsIds && !compactMode && !isChild && descendantsIds.size > 0 &&
|
descendantsIds && !compactMode && !isChild && !isNotification && descendantsIds.size > 0 &&
|
||||||
<Fragment>
|
<Fragment>
|
||||||
<div className={[_s.default, _s.mr10, _s.ml10, _s.mb10, _s.borderColorSecondary, _s.borderBottom1PX].join(' ')} />
|
<div className={[_s.default, _s.mr10, _s.ml10, _s.mb10, _s.borderColorSecondary, _s.borderBottom1PX].join(' ')} />
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user