[SHOPTIME-5452] test commit 3
This commit is contained in:
@@ -528,7 +528,13 @@ export default function DetailPanel({ panelInfo, isOnTop, spotlightId }) {
|
|||||||
patncNm={productData?.patncNm}
|
patncNm={productData?.patncNm}
|
||||||
productImg={mobileSendPopUpProductImg}
|
productImg={mobileSendPopUpProductImg}
|
||||||
patnrId={panelInfo?.patnrId}
|
patnrId={panelInfo?.patnrId}
|
||||||
prdtId={panelInfo?.themePrdtId ?? panelInfo?.prdtId}
|
prdtId={
|
||||||
|
panelInfo?.type === "theme" &&
|
||||||
|
themeProductInfos &&
|
||||||
|
themeProductInfos[selectedIndex]
|
||||||
|
? themeProductInfos[selectedIndex].prdtId
|
||||||
|
: panelInfo?.prdtId
|
||||||
|
}
|
||||||
smsTpCd={panelInfo?.type === "hotel" ? "APP00205" : "APP00201"}
|
smsTpCd={panelInfo?.type === "hotel" ? "APP00205" : "APP00201"}
|
||||||
curationId={panelInfo?.curationId}
|
curationId={panelInfo?.curationId}
|
||||||
curationNm={panelInfo?.curationNm}
|
curationNm={panelInfo?.curationNm}
|
||||||
|
|||||||
Reference in New Issue
Block a user