Skip to content

Commit

Permalink
fix(places): remove floorId param when use Search bar
Browse files Browse the repository at this point in the history
  • Loading branch information
miky41195 committed Feb 6, 2025
1 parent 188a9c2 commit f259188
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/features/places/screens/PlacesScreen.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,6 @@ export const PlacesScreen = ({ navigation, route }: Props) => {
const { data: places, isLoading: isLoadingPlaces } = useSearchPlaces({
siteId: campus?.id,
search: debouncedSearch,
floorId,
categoryId,
subCategoryId,
});
Expand Down

0 comments on commit f259188

Please sign in to comment.