Use PlaceholderStatus in paginated thread

revert-5af0e40a
Alex Gleason 2022-04-23 23:00:43 -05:00
rodzic f672f46809
commit 36a5432f9a
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 7211D1F99744FBB7
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -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>