diff --git a/com.twin.app.shoptime/src/views/FeaturedBrandsPanel/LiveChannels/LiveChannelsVerticalContents/LiveChannelsVerticalContents.jsx b/com.twin.app.shoptime/src/views/FeaturedBrandsPanel/LiveChannels/LiveChannelsVerticalContents/LiveChannelsVerticalContents.jsx index da6ae6e4..b8703888 100644 --- a/com.twin.app.shoptime/src/views/FeaturedBrandsPanel/LiveChannels/LiveChannelsVerticalContents/LiveChannelsVerticalContents.jsx +++ b/com.twin.app.shoptime/src/views/FeaturedBrandsPanel/LiveChannels/LiveChannelsVerticalContents/LiveChannelsVerticalContents.jsx @@ -239,6 +239,7 @@ const LiveChannelsVerticalContents = ({ shelfTitle={shelfTitle} catNm={lgCatNm} patnerName={chanNm} + liveYn={liveYn} /> ) : (
diff --git a/com.twin.app.shoptime/src/views/FeaturedBrandsPanel/LiveChannels/LiveChannelsVerticalContents/LiveChannelsVerticalProductList/LiveChannelsVerticalProductList.jsx b/com.twin.app.shoptime/src/views/FeaturedBrandsPanel/LiveChannels/LiveChannelsVerticalContents/LiveChannelsVerticalProductList/LiveChannelsVerticalProductList.jsx index 6e637fdd..2c8534f3 100644 --- a/com.twin.app.shoptime/src/views/FeaturedBrandsPanel/LiveChannels/LiveChannelsVerticalContents/LiveChannelsVerticalProductList/LiveChannelsVerticalProductList.jsx +++ b/com.twin.app.shoptime/src/views/FeaturedBrandsPanel/LiveChannels/LiveChannelsVerticalContents/LiveChannelsVerticalProductList/LiveChannelsVerticalProductList.jsx @@ -38,6 +38,7 @@ export default function LiveChannelsVerticalProductList({ shelfOrder, shelfTitle, spotlightId, + liveYn, }) { const { getScrollTo, scrollTop } = useScrollTo(); @@ -107,7 +108,7 @@ export default function LiveChannelsVerticalProductList({ patnrId, showId, showUrl, - shptmBanrTpNm: "LIVE", + shptmBanrTpNm: liveYn === "Y" ? "LIVE" : "VOD", targetId: "spotlightId-" + prdtId, y, })