[상품상세] mobile send popup
- 테마정보 주석해제.
This commit is contained in:
@@ -63,17 +63,17 @@ export default function DetailMobileSendPopUp({
|
|||||||
]);
|
]);
|
||||||
|
|
||||||
const mobileSendPopUpSubtitle = useMemo(() => {
|
const mobileSendPopUpSubtitle = useMemo(() => {
|
||||||
// if (panelInfo?.type === "theme" && themeProductInfos) {
|
if (panelInfo?.type === "theme" && themeProductInfos) {
|
||||||
// return themeProductInfos[selectedIndex]?.prdtNm;
|
return themeProductInfos[selectedIndex]?.prdtNm;
|
||||||
// }
|
}
|
||||||
// else if (panelInfo?.type === "hotel" && hotelInfos) {
|
// else if (panelInfo?.type === "hotel" && hotelInfos) {
|
||||||
// return hotelInfos[selectedIndex]?.hotelNm;
|
// return hotelInfos[selectedIndex]?.hotelNm;
|
||||||
// }
|
// }
|
||||||
// else {
|
else {
|
||||||
return productData?.prdtNm;
|
return productData?.prdtNm;
|
||||||
// }
|
}
|
||||||
}, [
|
}, [
|
||||||
// themeProductInfos,
|
themeProductInfos,
|
||||||
// hotelInfos,
|
// hotelInfos,
|
||||||
selectedIndex,
|
selectedIndex,
|
||||||
productData,
|
productData,
|
||||||
|
|||||||
Reference in New Issue
Block a user