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}