浏览代码

fix seach by country

Viktoriia 1 年之前
父节点
当前提交
d6559282fb
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/screens/InAppScreens/TravellersScreen/Components/FilterModal.tsx

+ 1 - 1
src/screens/InAppScreens/TravellersScreen/Components/FilterModal.tsx

@@ -59,7 +59,7 @@ export const FilterModal: FC<ModalProps> = ({
                 setFilterCountry(item);
               }}
               search={true}
-              searchPlaceholder="Search Country"
+              searchPlaceholder="Search"
               autoScroll={false}
               inputSearchStyle={ModalStyles.search}
               flatListProps={{ initialNumToRender: 50, maxToRenderPerBatch: 10 }}