hotpicks change data pantncNm , patnrId
This commit is contained in:
@@ -63,13 +63,15 @@ export default function ShowOption({
|
||||
const themeInfo = productData?.themeInfo[0];
|
||||
|
||||
if (themeInfo) {
|
||||
const { curationId, curationNm } = themeInfo;
|
||||
const { curationId, curationNm , patncNm, patnrId} = themeInfo;
|
||||
|
||||
return {
|
||||
...productInfo[selectedIndex],
|
||||
curationId,
|
||||
curationNm,
|
||||
expsOrd: `${selectedIndex + 1}`,
|
||||
patncNm,
|
||||
patnrId,
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user