[DetailPanel] delete unnecessary effect (UnableProduct.jsx)
This commit is contained in:
@@ -45,10 +45,6 @@ export default function UnableProduct({
|
||||
}
|
||||
}, [productData]);
|
||||
|
||||
useEffect(() => {
|
||||
console.log("pyh panelInfo?.linkTpCd", panelInfo?.linkTpCd);
|
||||
}, []);
|
||||
|
||||
useEffect(() => {
|
||||
dispatch(sendLogGNB(LOG_MENU.DETAIL_PAGE_PRODUCT_DETAIL));
|
||||
}, []);
|
||||
|
||||
Reference in New Issue
Block a user