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