쿠폰 set 조건수정

This commit is contained in:
고동영
2024-04-19 17:31:15 +09:00
parent 356e173877
commit d433104a2a
5 changed files with 41 additions and 8 deletions

View File

@@ -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]);