[reducers] edited, onSaleReducr.js, case: tyeps.RESET_ON_SALE_STATE

This commit is contained in:
younghoon100.park
2024-06-19 10:47:57 +09:00
parent 5e3c182480
commit 0aad47c53d

View File

@@ -38,7 +38,7 @@ export const onSaleReducer = (state = initialState, action) => {
onSaleData: {
data: {},
},
copiedCategoryInfos: [],
// copiedCategoryInfos: [],
};
default: