DetailPanel soldout 작업
This commit is contained in:
@@ -91,7 +91,7 @@ export default function ItemDetail() {
|
||||
})
|
||||
);
|
||||
}
|
||||
}, [dispatch, selectedPatnrId, selectedPrdtId, panels, selectedIndex]);
|
||||
}, [dispatch, selectedPatnrId, selectedPrdtId, panels]);
|
||||
|
||||
const onClick = useCallback(() => {
|
||||
dispatch(popPanel());
|
||||
@@ -130,8 +130,6 @@ export default function ItemDetail() {
|
||||
}
|
||||
}, [panels, selectedPatnrId, selectedPatnrId, httpHeader]);
|
||||
|
||||
console.log("#productData", productData);
|
||||
|
||||
useEffect(() => {
|
||||
if (panels && selectedPatnrId && selectedPrdtId) {
|
||||
saveToLocalStorage();
|
||||
|
||||
Reference in New Issue
Block a user