TVPLAT-783095 통합로그 popularproductlist vod 클릭시 showid, showtitle 삭제

This commit is contained in:
opacity@t-win.kr
2025-11-14 10:18:18 +09:00
parent fb330b898d
commit 78801fdf98
2 changed files with 4 additions and 4 deletions

View File

@@ -137,8 +137,8 @@ export default memo(function TItemCard({
shelfTitle: shelfTitle, shelfTitle: shelfTitle,
productId: productId, productId: productId,
productTitle: productName, productTitle: productName,
showId: showId, showId: type !== "videoShow" ? showId : null,
showTitle: shelfTitle.includes("LIVE") ? contentTitle : showTitle, showTitle: type !== "videoShow" ? showTitle : null,
nowProductId: nowProductId, nowProductId: nowProductId,
nowCategory: nowCategory, nowCategory: nowCategory,
nowProductTitle: nowProductTitle, nowProductTitle: nowProductTitle,

View File

@@ -57,8 +57,8 @@ const PopularProductList = ({
index < 2 index < 2
? 0 ? 0
: index === 2 : index === 2
? scaleH(208) ? scaleH(208)
: scaleH(index * 248 - 248 - 40); : scaleH(index * 248 - 248 - 40);
dispatch( dispatch(
startVideoPlayer({ startVideoPlayer({