[mainActions] watch now 문구 수정

This commit is contained in:
jiwon93.son
2024-07-12 16:04:59 +09:00
parent 1f51438d51
commit 8039482789

View File

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