Fix "You might be interested in" flashing while searching in web UI (#16162)
This commit is contained in:
parent
8d75bd002d
commit
0a3fa034fc
2 changed files with 8 additions and 1 deletions
|
@ -32,6 +32,7 @@ export function submitSearch() {
|
|||
const value = getState().getIn(['search', 'value']);
|
||||
|
||||
if (value.length === 0) {
|
||||
dispatch(fetchSearchSuccess({ accounts: [], statuses: [], hashtags: [] }, ''));
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue