From 96f91ccb0bc20944564cde0199719277b019c1cc Mon Sep 17 00:00:00 2001 From: "junghoon86.park" Date: Wed, 31 Jan 2024 11:04:07 +0900 Subject: [PATCH] =?UTF-8?q?view/HomePanel=20=20-=20bestSeller,subCategory?= =?UTF-8?q?=20=EA=B8=88=EC=95=A1=20=EB=B6=80=EB=B6=84=EA=B4=80=EB=A0=A8=20?= =?UTF-8?q?=EC=88=98=EC=A0=95=ED=95=98=EC=98=80=EC=8A=B5=EB=8B=88=EB=8B=A4?= =?UTF-8?q?.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/views/HomePanel/BestSeller/BestSeller.jsx | 2 -- .../src/views/HomePanel/SubCategory/SubCategory.jsx | 2 -- 2 files changed, 4 deletions(-) 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 f0c9daef..561ff9c5 100644 --- a/com.twin.app.shoptime/src/views/HomePanel/BestSeller/BestSeller.jsx +++ b/com.twin.app.shoptime/src/views/HomePanel/BestSeller/BestSeller.jsx @@ -35,8 +35,6 @@ const BestSeller = () => { priceInfo={bestSeller.priceInfo} rank={bestSeller.rankOrd} isBestSeller - accType - offerInfo={bestSeller.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 2b85f804..5c02f3c1 100644 --- a/com.twin.app.shoptime/src/views/HomePanel/SubCategory/SubCategory.jsx +++ b/com.twin.app.shoptime/src/views/HomePanel/SubCategory/SubCategory.jsx @@ -99,8 +99,6 @@ const SubCategory = () => { imageAlt={item.prdtNm} productName={item.prdtNm} priceInfo={item.priceInfo} - accType={true} - offerInfo={item.offerInfo} /> ); })}