쿠폰 set 조건수정
This commit is contained in:
@@ -92,6 +92,7 @@ export default function ItemDetail() {
|
||||
}, [dispatch, selectedPatnrId, selectedPrdtId, panels]);
|
||||
|
||||
const onClick = useCallback(() => {
|
||||
dispatch(resetPanels([{ name: panel_names.DETAIL_PANEL, panelInfo: {} }]));
|
||||
dispatch(popPanel());
|
||||
}, [dispatch]);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user