view/HomePanel

- bestSeller,subCategory 금액 부분관련 수정하였습니다.
This commit is contained in:
junghoon86.park
2024-01-31 11:04:07 +09:00
parent 1351f6d6d9
commit 96f91ccb0b
2 changed files with 0 additions and 4 deletions

View File

@@ -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>

View File

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