getMainLiveShow props type error fixed
This commit is contained in:
@@ -16,7 +16,8 @@ import {
|
|||||||
|
|
||||||
//IF-LGSP-007
|
//IF-LGSP-007
|
||||||
export const getMainLiveShow = (props) => (dispatch, getState) => {
|
export const getMainLiveShow = (props) => (dispatch, getState) => {
|
||||||
const { vodIncFlag } = props;
|
const vodIncFlag = props?.vodIncFlag;
|
||||||
|
|
||||||
const onSuccess = (response) => {
|
const onSuccess = (response) => {
|
||||||
console.log("@@ getMainLiveShow onSuccess", response.data);
|
console.log("@@ getMainLiveShow onSuccess", response.data);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user