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