pixel perfect

This commit is contained in:
hamid zarghami
2025-03-02 15:59:13 +03:30
parent 8adce17e41
commit 01e7de3a8b
14 changed files with 42 additions and 37 deletions
@@ -20,7 +20,6 @@ export const useGetServicesByCategory = (categoryId: string) => {
return useQuery({
queryKey: ["services-category", categoryId],
queryFn: () => api.getServicesByCategory(categoryId),
enabled: !!categoryId,
});
};