[에너지 라벨]#1
- 빠진곳 추가.
This commit is contained in:
@@ -217,6 +217,7 @@ const PickedForYou = ({
|
||||
brndNm,
|
||||
patncNm,
|
||||
catNm,
|
||||
euEnrgLblInfos,
|
||||
},
|
||||
itemIndex
|
||||
) => {
|
||||
@@ -245,6 +246,7 @@ const PickedForYou = ({
|
||||
spotlightId={"bestsellerItem" + itemIndex}
|
||||
label={itemIndex * 1 + 1 + " of " + pickedForYou?.[0].productInfos.length}
|
||||
lastLabel=" go to detail, button"
|
||||
euEnrgLblInfos={euEnrgLblInfos}
|
||||
/>
|
||||
);
|
||||
}
|
||||
|
||||
@@ -333,6 +333,7 @@ export default memo(function SubCategory({
|
||||
brndNm,
|
||||
patncNm,
|
||||
foryou,
|
||||
euEnrgLblInfos,
|
||||
},
|
||||
itemIndex
|
||||
) => {
|
||||
@@ -366,6 +367,7 @@ export default memo(function SubCategory({
|
||||
categoryItemInfos?.subCatItemList.length
|
||||
}
|
||||
lastLabel=" go to detail, button"
|
||||
euEnrgLblInfos={euEnrgLblInfos}
|
||||
>
|
||||
{foryou === true && <Tag text={"For You"} />}
|
||||
</TItemCardNew>
|
||||
|
||||
Reference in New Issue
Block a user