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