[HLM SHOPTIME-5489] hotpcks 기능 update 요청건
[수정사항] 백엔드 데이터 구조 변경에 맞춰 showProductInfo 변경
This commit is contained in:
@@ -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,
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user