fixes`
This commit is contained in:
parent
86f3045cce
commit
4ba5c6b4dd
|
|
@ -11,6 +11,7 @@ const ProductSwiper = ({ data, isLoading }: any) => {
|
|||
|
||||
|
||||
const BaseProducts = (data?.products as Product[]) || ([] as []);
|
||||
console.log(BaseProducts);
|
||||
|
||||
return (
|
||||
<div className='productSwiper'>
|
||||
|
|
|
|||
|
|
@ -68,7 +68,7 @@ const Page = () => {
|
|||
const { data , isLoading } = useGetBaseProduct({
|
||||
type: type,
|
||||
page: currentPage,
|
||||
categories_id:categories
|
||||
category_id:categories
|
||||
});
|
||||
|
||||
useEffect(() => {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user