diff --git a/src/components/Buyer/BuyerConsult/BuyerOpenConsultSection.tsx b/src/components/Buyer/BuyerConsult/BuyerOpenConsultSection.tsx index 551ea4c1..45e2ba4e 100644 --- a/src/components/Buyer/BuyerConsult/BuyerOpenConsultSection.tsx +++ b/src/components/Buyer/BuyerConsult/BuyerOpenConsultSection.tsx @@ -70,10 +70,7 @@ function BuyerOpenConsultSection({ isChecked }: BuyerOpenConsultSectionProps) { } = useInfiniteQuery({ queryKey: ['infiniteGetPostsCutsomersResponse', isChecked], queryFn: async ({ pageParam }) => - await getPostsCutsomers(pageParam).then((res) => { - console.log(res.data); - return res.data; - }), + await getPostsCutsomers(pageParam).then((res) => res.data), initialPageParam: { filter: isChecked, postId: 0,