[에너지 라벨]#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, 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}
/> />
); );
} }

View File

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