mirror of
https://github.com/glitch-soc/mastodon.git
synced 2024-11-23 08:34:13 -05:00
Fix search results temporarily disappearing while scrolling and loading more results (#27014)
This commit is contained in:
parent
890e334703
commit
5356ddbcca
@ -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…
Reference in New Issue
Block a user