Added a loader view for statuses that need to load comments
A short term fix for #229 • Added: - a loader view for statuses that need to load comments
This commit is contained in:
parent
4e855c8f7f
commit
f98abbb422
@ -413,6 +413,9 @@ class Status extends ImmutablePureComponent {
|
|||||||
|
|
||||||
if (isComment && !ancestorStatus && !isChild) {
|
if (isComment && !ancestorStatus && !isChild) {
|
||||||
// Wait to load...
|
// Wait to load...
|
||||||
|
if (contextType === 'feature') {
|
||||||
|
return <ColumnIndicator type='loading' />
|
||||||
|
}
|
||||||
return null
|
return null
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user