From 76679023b013a0124d2543d1c85900a5453d2350 Mon Sep 17 00:00:00 2001 From: "junghoon86.park" Date: Mon, 18 Mar 2024 16:49:28 +0900 Subject: [PATCH] =?UTF-8?q?[offerInfo]=20Props=20=EC=B6=94=EA=B0=80?= =?UTF-8?q?=EA=B1=B4=20-=20home/bestseller,=20home/subcategory=20=EC=B6=94?= =?UTF-8?q?=EA=B0=80.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/views/HomePanel/BestSeller/BestSeller.jsx | 1 + .../src/views/HomePanel/SubCategory/SubCategory.jsx | 1 + 2 files changed, 2 insertions(+) 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} /> ); })}