test commit 원복
This commit is contained in:
@@ -523,18 +523,11 @@ export default function DetailPanel({ panelInfo, isOnTop, spotlightId }) {
|
||||
open={popupVisible}
|
||||
onClose={handleSMSonClose}
|
||||
title={$L("Send a purchase link for this item via SMS")}
|
||||
panelInfo={panelInfo}
|
||||
subTitle={mobileSendPopUpSubtitle}
|
||||
patncNm={productData?.patncNm}
|
||||
productImg={mobileSendPopUpProductImg}
|
||||
patnrId={panelInfo?.patnrId}
|
||||
prdtId={
|
||||
panelInfo?.type === "theme" &&
|
||||
themeProductInfos &&
|
||||
themeProductInfos[selectedIndex]
|
||||
? themeProductInfos[selectedIndex].prdtId
|
||||
: panelInfo?.prdtId
|
||||
}
|
||||
prdtId={panelInfo?.prdtId}
|
||||
smsTpCd={panelInfo?.type === "hotel" ? "APP00205" : "APP00201"}
|
||||
curationId={panelInfo?.curationId}
|
||||
curationNm={panelInfo?.curationNm}
|
||||
|
||||
Reference in New Issue
Block a user