diff --git a/com.twin.app.shoptime/src/components/TItemCard/TItemCard.jsx b/com.twin.app.shoptime/src/components/TItemCard/TItemCard.jsx index e5e3049b..d4ef165a 100644 --- a/com.twin.app.shoptime/src/components/TItemCard/TItemCard.jsx +++ b/com.twin.app.shoptime/src/components/TItemCard/TItemCard.jsx @@ -137,8 +137,8 @@ export default memo(function TItemCard({ shelfTitle: shelfTitle, productId: productId, productTitle: productName, - showId: showId, - showTitle: shelfTitle.includes("LIVE") ? contentTitle : showTitle, + showId: type !== "videoShow" ? showId : null, + showTitle: type !== "videoShow" ? showTitle : null, nowProductId: nowProductId, nowCategory: nowCategory, nowProductTitle: nowProductTitle, diff --git a/com.twin.app.shoptime/src/views/TrendingNowPanel/PopularShow/PopularShowVerticalContents/PopularProductList.jsx b/com.twin.app.shoptime/src/views/TrendingNowPanel/PopularShow/PopularShowVerticalContents/PopularProductList.jsx index 64ae51a4..2013b85b 100644 --- a/com.twin.app.shoptime/src/views/TrendingNowPanel/PopularShow/PopularShowVerticalContents/PopularProductList.jsx +++ b/com.twin.app.shoptime/src/views/TrendingNowPanel/PopularShow/PopularShowVerticalContents/PopularProductList.jsx @@ -57,8 +57,8 @@ const PopularProductList = ({ index < 2 ? 0 : index === 2 - ? scaleH(208) - : scaleH(index * 248 - 248 - 40); + ? scaleH(208) + : scaleH(index * 248 - 248 - 40); dispatch( startVideoPlayer({