Player LiveChannel grogressBar gague vod 예외처리
This commit is contained in:
@@ -152,7 +152,7 @@ export default memo(function PlayerItemCard({
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<h3 dangerouslySetInnerHTML={productName()} className={css.title} />
|
<h3 dangerouslySetInnerHTML={productName()} className={css.title} />
|
||||||
{liveInfo && liveInfo[selectedIndex]?.showType === "live" && (
|
{liveInfo && liveInfo.showType === "live" && (
|
||||||
<div
|
<div
|
||||||
className={classNames(
|
className={classNames(
|
||||||
css.progressBarWrap,
|
css.progressBarWrap,
|
||||||
|
|||||||
Reference in New Issue
Block a user