From b46a78d14626df11470d9f318b38e05417d69084 Mon Sep 17 00:00:00 2001 From: "junghoon86.park" Date: Mon, 24 Nov 2025 12:46:24 +0900 Subject: [PATCH] =?UTF-8?q?[=EC=83=81=ED=92=88=EC=83=81=EC=84=B8]=20mobile?= =?UTF-8?q?=20send=20popup?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 테마정보 주석해제. --- .../DetailPanel/components/DetailMobileSendPopUp.jsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/com.twin.app.shoptime/src/views/DetailPanel/components/DetailMobileSendPopUp.jsx b/com.twin.app.shoptime/src/views/DetailPanel/components/DetailMobileSendPopUp.jsx index 2d7778ef..30d48990 100644 --- a/com.twin.app.shoptime/src/views/DetailPanel/components/DetailMobileSendPopUp.jsx +++ b/com.twin.app.shoptime/src/views/DetailPanel/components/DetailMobileSendPopUp.jsx @@ -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,