[OnSalePanel] issue fix & scroll 설정
Detail Notes : 1. issue fix, SHOPTIME-2079 2. issue fix, SHOPTIME-2081 3. scroll 설정, 신규 scenario
This commit is contained in:
@@ -10,7 +10,7 @@ export const getOnSaleInfo = (props) => (dispatch, getState) => {
|
||||
dispatch({
|
||||
type: types.GET_ON_SALE_INFO,
|
||||
payload: {
|
||||
data: getState().onSale.onSaleData.data,
|
||||
...getState().onSale.onSaleData,
|
||||
status: "pending",
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user