[SHOPTIME-5452] test commit 3

This commit is contained in:
jiwon93.son
2025-09-25 13:05:58 +09:00
parent a04d2ed79f
commit cc03f1e222

View File

@@ -528,7 +528,13 @@ export default function DetailPanel({ panelInfo, isOnTop, spotlightId }) {
patncNm={productData?.patncNm}
productImg={mobileSendPopUpProductImg}
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"}
curationId={panelInfo?.curationId}
curationNm={panelInfo?.curationNm}