searchText is always defined here
This commit is contained in:
@@ -787,7 +787,7 @@ export function SearchScreen(
|
|||||||
|
|
||||||
{inputIsFocused && searchText.length > 0 ? (
|
{inputIsFocused && searchText.length > 0 ? (
|
||||||
<>
|
<>
|
||||||
{(searchText && !autocompleteData) || !moderationOpts ? (
|
{!autocompleteData || !moderationOpts ? (
|
||||||
<Loader />
|
<Loader />
|
||||||
) : (
|
) : (
|
||||||
<ScrollView
|
<ScrollView
|
||||||
|
|||||||
Reference in New Issue
Block a user