[PlayerPanel] liveChannel noliveSteam text 분기처리

This commit is contained in:
고동영
2024-07-01 16:04:33 +09:00
parent e6b0f90e0f
commit b18ef92494

View File

@@ -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 (