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