about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/view/screens/Search/Search.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/view/screens/Search/Search.tsx b/src/view/screens/Search/Search.tsx
index cfd77f7ef..36639e7ed 100644
--- a/src/view/screens/Search/Search.tsx
+++ b/src/view/screens/Search/Search.tsx
@@ -370,6 +370,7 @@ function SearchLanguageDropdown({
 
   return (
     <RNPickerSelect
+      placeholder={{}}
       value={value}
       onValueChange={onChange}
       items={items}