[HLM SHOPTIME-5489] hotpcks 기능 update 요청건

[수정사항] 백엔드 데이터 구조 변경에 맞춰  showProductInfo 변경
This commit is contained in:
dongyoungKo
2025-07-15 17:10:13 +09:00
parent 1f4a0b528c
commit fc49f6c120

View File

@@ -64,15 +64,13 @@ export default function ShowOption({
const themeInfo = productData?.themeInfo[0];
if (themeInfo) {
const { curationId, curationNm , patncNm, patnrId} = themeInfo;
const { curationId, curationNm } = themeInfo;
return {
...productInfo[selectedIndex],
curationId,
curationNm,
expsOrd: `${selectedIndex + 1}`,
patncNm,
patnrId,
};
}
}