rm todo
This commit is contained in:
@@ -789,7 +789,6 @@ export function SearchScreen(
|
|||||||
|
|
||||||
{inputIsFocused && searchText.length > 0 ? (
|
{inputIsFocused && searchText.length > 0 ? (
|
||||||
<>
|
<>
|
||||||
{/* TODO avoid showing spinner if we have any previous results -hailey */}
|
|
||||||
{(searchText && !autocompleteData) || !moderationOpts ? (
|
{(searchText && !autocompleteData) || !moderationOpts ? (
|
||||||
<Loader />
|
<Loader />
|
||||||
) : (
|
) : (
|
||||||
|
|||||||
Reference in New Issue
Block a user