diff --git a/com.twin.app.shoptime/src/views/HomePanel/BestSeller/BestSeller.jsx b/com.twin.app.shoptime/src/views/HomePanel/BestSeller/BestSeller.jsx index 4512a530..831f41cf 100644 --- a/com.twin.app.shoptime/src/views/HomePanel/BestSeller/BestSeller.jsx +++ b/com.twin.app.shoptime/src/views/HomePanel/BestSeller/BestSeller.jsx @@ -79,6 +79,7 @@ const BestSeller = () => { onFocus={index === 0 ? handleScrollReset : null} onBlur={handleStopScrolling} onClick={() => handleCardClick(item)} + offerInfo={item.offerInfo} /> ))} diff --git a/com.twin.app.shoptime/src/views/HomePanel/SubCategory/SubCategory.jsx b/com.twin.app.shoptime/src/views/HomePanel/SubCategory/SubCategory.jsx index b8a1df3b..0a5605a4 100644 --- a/com.twin.app.shoptime/src/views/HomePanel/SubCategory/SubCategory.jsx +++ b/com.twin.app.shoptime/src/views/HomePanel/SubCategory/SubCategory.jsx @@ -132,6 +132,7 @@ const SubCategory = () => { onFocus={index === 0 ? handleScrollReset : null} onBlur={handleStopScrolling} onClick={() => handleCardClick(item)} + offerInfo={item.offerInfo} /> ); })}