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,