[DetailPanel] themeyype redux cleanup code
This commit is contained in:
@@ -100,7 +100,7 @@ export default function DetailPanel() {
|
||||
useEffect(() => {
|
||||
return () => {
|
||||
dispatch(clearProductDetail());
|
||||
// dispatch(clearThemeDetail());
|
||||
dispatch(clearThemeDetail());
|
||||
};
|
||||
}, [dispatch]);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user