Browse Source

fix seach by country

Viktoriia 1 năm trước cách đây
mục cha
commit
d6559282fb

+ 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 }}