Use PlaceholderStatus in paginated thread

This commit is contained in:
Alex Gleason
2022-04-23 23:00:43 -05:00
parent f672f46809
commit 36a5432f9a

View File

@ -770,6 +770,7 @@ class Status extends ImmutablePureComponent<IStatus, IStatusState> {
onRefresh={this.handleRefresh}
hasMore={!!this.state.next}
onLoadMore={this.handleLoadMore}
placeholderComponent={() => <PlaceholderStatus thread />}
>
{children}
</ScrollableList>