[DetailPanel] MobileSendPopUp error
This commit is contained in:
@@ -362,10 +362,13 @@ export default function DetailPanel({ panelInfo, isOnTop, spotlightId }) {
|
||||
smsTpCd={type === "hotel" ? "APP00205" : "APP00201"}
|
||||
curationId={curationId}
|
||||
curationNm={curationNm}
|
||||
hotelId={hotelInfos[selectedIndex]?.hotelId}
|
||||
hotelNm={hotelInfos[selectedIndex]?.hotelNm}
|
||||
hotelDtlUrl={hotelInfos[selectedIndex]?.hotelDetailInfo?.hotelDtlUrl}
|
||||
productPrice={Price()}
|
||||
hotelId={type === "hotel" && hotelInfos[selectedIndex]?.hotelId}
|
||||
hotelNm={type === "hotel" && hotelInfos[selectedIndex]?.hotelNm}
|
||||
hotelDtlUrl={
|
||||
type === "hotel" &&
|
||||
hotelInfos[selectedIndex]?.hotelDetailInfo?.hotelDtlUrl
|
||||
}
|
||||
productPrice={type === "hotel" && Price()}
|
||||
logParams={logParamsRef.current}
|
||||
/>
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user