view/HomePanel
- bestSeller,subCategory 금액 부분관련 수정하였습니다.
This commit is contained in:
@@ -35,8 +35,6 @@ const BestSeller = () => {
|
||||
priceInfo={bestSeller.priceInfo}
|
||||
rank={bestSeller.rankOrd}
|
||||
isBestSeller
|
||||
accType
|
||||
offerInfo={bestSeller.offerInfo}
|
||||
/>
|
||||
))}
|
||||
</TGrid>
|
||||
|
||||
@@ -99,8 +99,6 @@ const SubCategory = () => {
|
||||
imageAlt={item.prdtNm}
|
||||
productName={item.prdtNm}
|
||||
priceInfo={item.priceInfo}
|
||||
accType={true}
|
||||
offerInfo={item.offerInfo}
|
||||
/>
|
||||
);
|
||||
})}
|
||||
|
||||
Reference in New Issue
Block a user