[PlayerPanel] liveChannel noliveSteam text 분기처리
This commit is contained in:
@@ -60,9 +60,10 @@ export default function LiveChannelContents({
|
|||||||
};
|
};
|
||||||
|
|
||||||
const showNameDangerouslySetInnerHTML = () => {
|
const showNameDangerouslySetInnerHTML = () => {
|
||||||
return showNm
|
if (!showId) {
|
||||||
? { __html: showNm }
|
return { __html: $L("No Livestream scheduled yet") };
|
||||||
: { __html: $L("No Livestream scheduled yet") };
|
}
|
||||||
|
return showNm ? { __html: showNm } : { __html: patncNm };
|
||||||
};
|
};
|
||||||
|
|
||||||
return (
|
return (
|
||||||
|
|||||||
Reference in New Issue
Block a user