pixel perfect
This commit is contained in:
@@ -20,7 +20,6 @@ export const useGetServicesByCategory = (categoryId: string) => {
|
||||
return useQuery({
|
||||
queryKey: ["services-category", categoryId],
|
||||
queryFn: () => api.getServicesByCategory(categoryId),
|
||||
enabled: !!categoryId,
|
||||
});
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user