[DetailPanel] delete unnecessary effect (UnableProduct.jsx)

This commit is contained in:
younghoon100.park
2024-07-22 11:01:19 +09:00
parent b6592fe933
commit 6b0663a650

View File

@@ -45,10 +45,6 @@ export default function UnableProduct({
} }
}, [productData]); }, [productData]);
useEffect(() => {
console.log("pyh panelInfo?.linkTpCd", panelInfo?.linkTpCd);
}, []);
useEffect(() => { useEffect(() => {
dispatch(sendLogGNB(LOG_MENU.DETAIL_PAGE_PRODUCT_DETAIL)); dispatch(sendLogGNB(LOG_MENU.DETAIL_PAGE_PRODUCT_DETAIL));
}, []); }, []);