[OnSalePanel] issue fix & scroll 설정

Detail Notes :
1. issue fix, SHOPTIME-2079
2. issue fix, SHOPTIME-2081
3. scroll 설정, 신규 scenario
This commit is contained in:
younghoon100.park
2024-04-05 18:07:13 +09:00
parent 75f71418dc
commit e45219ee81
8 changed files with 316 additions and 168 deletions

View File

@@ -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",
},
});