[지라 이슈 없음] ShowProduct.jsx, 테스트 "useEffect" 제거

This commit is contained in:
younghoon100.park
2024-09-30 15:48:08 +09:00
parent 08632b7e40
commit 08f715c893

View File

@@ -99,12 +99,6 @@ export default function ShowOption({
}
}, [productData]);
useEffect(() => {
if (showProductInfo) {
console.log("👉 ~ useEffect ~ showProductInfo", showProductInfo);
}
}, [showProductInfo]);
useEffect(() => {
if (showProductInfo && Object.keys(showProductInfo).length > 0) {
const params = {