From 36a5432f9a6c3a08fc65e77d6c92149afa5ad267 Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Sat, 23 Apr 2022 23:00:43 -0500 Subject: [PATCH] Use PlaceholderStatus in paginated thread --- app/soapbox/features/status/index.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/app/soapbox/features/status/index.tsx b/app/soapbox/features/status/index.tsx index 9795bcb8d..ba1f7332c 100644 --- a/app/soapbox/features/status/index.tsx +++ b/app/soapbox/features/status/index.tsx @@ -770,6 +770,7 @@ class Status extends ImmutablePureComponent { onRefresh={this.handleRefresh} hasMore={!!this.state.next} onLoadMore={this.handleLoadMore} + placeholderComponent={() => } > {children}