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} /> ); })}