[에너지 라벨]#1

- 빠진곳 추가.
This commit is contained in:
junghoon86.park
2025-11-10 19:51:36 +09:00
parent d0e6b9f0bb
commit 5700ff8de3
2 changed files with 4 additions and 0 deletions

View File

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

View File

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