From 9f165a79fb7684d50f819ff22dfee6740113d0cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D8=AD=D8=B3=DB=8C=D9=86=20=D9=85=D8=B9=D8=B5=D9=88=D9=85?= =?UTF-8?q?=DB=8C=20=D9=BE=D9=88=D8=B1?= Date: Tue, 7 May 2024 23:56:52 +0330 Subject: [PATCH] fix --- components/AppsComponent/CategoriesData/page.jsx | 1 + plugins/bottomSheet/BottomSheetFilter.jsx | 1 + 2 files changed, 2 insertions(+) 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} />