diff --git a/components/AppsComponent/CategoriesData/page.jsx b/components/AppsComponent/CategoriesData/page.jsx index 0c79737..2525827 100644 --- a/components/AppsComponent/CategoriesData/page.jsx +++ b/components/AppsComponent/CategoriesData/page.jsx @@ -198,6 +198,7 @@ export default function CategoriesData({ params, products }) { rangePrice={rangePrice} sortBy={sortBy} isRangePrice={isRangePrice} + specialOffer={specialOffer} />

diff --git a/plugins/bottomSheet/BottomSheetFilter.jsx b/plugins/bottomSheet/BottomSheetFilter.jsx index 9d42347..b2f29f1 100644 --- a/plugins/bottomSheet/BottomSheetFilter.jsx +++ b/plugins/bottomSheet/BottomSheetFilter.jsx @@ -28,6 +28,7 @@ const BottomSheetFilter = ({ data }) => { setIsRangePrice={data.setIsRangePrice} isRangePrice={data.isRangePrice} theme={2} + specialOffer={data.specialOffer} />