[상품 상세] shopbymobile 팝업 노출관련 수정

- 팝업이 정상적이지않아 의존성배열에 추가하여 수정.
This commit is contained in:
junghoon86.park
2025-12-09 15:16:31 +09:00
parent 255b3bb2b7
commit c7f6bf00b9

View File

@@ -1137,8 +1137,8 @@ export default function ProductAllSection({
} }
setMobileSendPopupOpen(true); // 팝업 열기 setMobileSendPopupOpen(true); // 팝업 열기
}, setMobileSendPopupOpen), }),
[] [setMobileSendPopupOpen]
); );
const shopByMobileId = useMemo( const shopByMobileId = useMemo(