[PlayerPanel] LiveChannelContents.tsx, add props(chanId) to updatePanel
This commit is contained in:
@@ -34,6 +34,7 @@ export default function LiveChannelContents({
|
||||
const renderItem = useCallback(
|
||||
({ index, ...rest }) => {
|
||||
const {
|
||||
chanId,
|
||||
dfltThumbnailImgPath,
|
||||
patncLogoPath,
|
||||
prdtId,
|
||||
@@ -54,7 +55,7 @@ export default function LiveChannelContents({
|
||||
dispatch(
|
||||
updatePanel({
|
||||
name: panel_names.PLAYER_PANEL,
|
||||
panelInfo: { patnrId, showId, shptmBanrTpNm: "LIVE" },
|
||||
panelInfo: { chanId, patnrId, showId, shptmBanrTpNm: "LIVE" },
|
||||
})
|
||||
);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user