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:
mgabdev 2020-07-10 20:01:47 -05:00
parent 4e855c8f7f
commit f98abbb422

View File

@ -413,6 +413,9 @@ class Status extends ImmutablePureComponent {
if (isComment && !ancestorStatus && !isChild) {
// Wait to load...
if (contextType === 'feature') {
return <ColumnIndicator type='loading' />
}
return null
}