This commit is contained in:
Hailey
2024-04-24 10:48:10 -07:00
parent f265e1d30e
commit 3a1f38d501
-1
View File
@@ -789,7 +789,6 @@ export function SearchScreen(
{inputIsFocused && searchText.length > 0 ? (
<>
{/* TODO avoid showing spinner if we have any previous results -hailey */}
{(searchText && !autocompleteData) || !moderationOpts ? (
<Loader />
) : (