Fix search results temporarily disappearing while scrolling and loading more results (#27014)

th-downstream
Claire 1 year ago committed by GitHub
parent 890e334703
commit 5356ddbcca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -156,7 +156,6 @@ class Results extends PureComponent {
let filteredResults;
if (!isLoading) {
const accounts = results.get('accounts', ImmutableList());
const hashtags = results.get('hashtags', ImmutableList());
const statuses = results.get('statuses', ImmutableList());
@ -195,7 +194,6 @@ class Results extends PureComponent {
filteredResults = renderStatuses(statuses);
break;
}
}
return (
<>

Loading…
Cancel
Save