From c7f6bf00b9dd1d79dba07c9abf0dfed75d0d7c98 Mon Sep 17 00:00:00 2001 From: "junghoon86.park" Date: Tue, 9 Dec 2025 15:16:31 +0900 Subject: [PATCH] =?UTF-8?q?[=EC=83=81=ED=92=88=20=EC=83=81=EC=84=B8]=20sho?= =?UTF-8?q?pbymobile=20=ED=8C=9D=EC=97=85=20=EB=85=B8=EC=B6=9C=EA=B4=80?= =?UTF-8?q?=EB=A0=A8=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 팝업이 정상적이지않아 의존성배열에 추가하여 수정. --- .../DetailPanel/ProductAllSection/ProductAllSection.jsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/com.twin.app.shoptime/src/views/DetailPanel/ProductAllSection/ProductAllSection.jsx b/com.twin.app.shoptime/src/views/DetailPanel/ProductAllSection/ProductAllSection.jsx index aace37b5..ace5daf3 100644 --- a/com.twin.app.shoptime/src/views/DetailPanel/ProductAllSection/ProductAllSection.jsx +++ b/com.twin.app.shoptime/src/views/DetailPanel/ProductAllSection/ProductAllSection.jsx @@ -1114,7 +1114,7 @@ export default function ProductAllSection({ const handleShopByMobileOpen = useCallback( pipe(() => { // sendLogShopByMobile - Source와 동일한 로깅 추가 - if (productData && Object.keys(productData).length > 0) { + if (productData && Object.keys(productData).length > 0) { const { priceInfo, patncNm, patnrId, prdtId, prdtNm, brndNm, catNm } = productData; const regularPrice = priceInfo?.split("|")[0]; const discountPrice = priceInfo?.split("|")[1]; @@ -1137,8 +1137,8 @@ export default function ProductAllSection({ } setMobileSendPopupOpen(true); // 팝업 열기 - }, setMobileSendPopupOpen), - [] + }), + [setMobileSendPopupOpen] ); const shopByMobileId = useMemo(