[mainActions] watch now 문구 수정
This commit is contained in:
@@ -74,9 +74,7 @@ export const setMainLiveUpcomingAlarm = (props) => (dispatch, getState) => {
|
||||
// second: new Date(testStrtDt).getSeconds(),
|
||||
},
|
||||
params: {
|
||||
message: `[${patncNm}] ${showNm}\n${HelperMethods.$L(
|
||||
"Watch Live show now?"
|
||||
)}`,
|
||||
message: `[${patncNm}] ${showNm}\n${HelperMethods.$L("Watch Now!")}`,
|
||||
buttons: [
|
||||
{
|
||||
label: HelperMethods.$L("yes"),
|
||||
@@ -183,7 +181,7 @@ export const getMainCategoryShowDetail = (props) => (dispatch, getState) => {
|
||||
let getSubCategoryKey = null;
|
||||
let lastSubCategoryParams = {};
|
||||
export const getSubCategory =
|
||||
(params, pageNo = 1, key=null, clear=false) =>
|
||||
(params, pageNo = 1, key = null, clear = false) =>
|
||||
(dispatch, getState) => {
|
||||
const { lgCatCd, patnrIdList, tabType, filterType } = params;
|
||||
let pageSize = params.pageSize || CATEGORY_DATA_MAX_RESULTS_LIMIT;
|
||||
@@ -194,7 +192,7 @@ export const getSubCategory =
|
||||
return;
|
||||
}
|
||||
lastSubCategoryParams = params;
|
||||
if(clear){
|
||||
if (clear) {
|
||||
dispatch(clearSubCategory());
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user