getMainLiveShow props type error fixed

This commit is contained in:
dongyoungKo
2025-05-28 12:48:45 +09:00
parent a6f4cb8ab8
commit 2c03d14ab5

View File

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