[상품상세] mobile send popup

- 테마정보 주석해제.
This commit is contained in:
junghoon86.park
2025-11-24 12:46:24 +09:00
parent d196b8b49e
commit b46a78d146

View File

@@ -63,17 +63,17 @@ export default function DetailMobileSendPopUp({
]);
const mobileSendPopUpSubtitle = useMemo(() => {
// if (panelInfo?.type === "theme" && themeProductInfos) {
// return themeProductInfos[selectedIndex]?.prdtNm;
// }
if (panelInfo?.type === "theme" && themeProductInfos) {
return themeProductInfos[selectedIndex]?.prdtNm;
}
// else if (panelInfo?.type === "hotel" && hotelInfos) {
// return hotelInfos[selectedIndex]?.hotelNm;
// }
// else {
else {
return productData?.prdtNm;
// }
}
}, [
// themeProductInfos,
themeProductInfos,
// hotelInfos,
selectedIndex,
productData,