fix
parent
f0eaae56a2
commit
9f165a79fb
|
@ -198,6 +198,7 @@ export default function CategoriesData({ params, products }) {
|
||||||
rangePrice={rangePrice}
|
rangePrice={rangePrice}
|
||||||
sortBy={sortBy}
|
sortBy={sortBy}
|
||||||
isRangePrice={isRangePrice}
|
isRangePrice={isRangePrice}
|
||||||
|
specialOffer={specialOffer}
|
||||||
/>
|
/>
|
||||||
<div className="text-right px-8 py-5">
|
<div className="text-right px-8 py-5">
|
||||||
<h1 className="font-medium text-sm ">
|
<h1 className="font-medium text-sm ">
|
||||||
|
|
|
@ -28,6 +28,7 @@ const BottomSheetFilter = ({ data }) => {
|
||||||
setIsRangePrice={data.setIsRangePrice}
|
setIsRangePrice={data.setIsRangePrice}
|
||||||
isRangePrice={data.isRangePrice}
|
isRangePrice={data.isRangePrice}
|
||||||
theme={2}
|
theme={2}
|
||||||
|
specialOffer={data.specialOffer}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</BottomSheet>
|
</BottomSheet>
|
||||||
|
|
Loading…
Reference in New Issue