diff --git a/com.twin.app.shoptime/src/views/PlayerPanel/PlayerTabContents/TabContents/FeaturedShowContents.jsx b/com.twin.app.shoptime/src/views/PlayerPanel/PlayerTabContents/TabContents/FeaturedShowContents.jsx index 886914d2..21cf62e0 100644 --- a/com.twin.app.shoptime/src/views/PlayerPanel/PlayerTabContents/TabContents/FeaturedShowContents.jsx +++ b/com.twin.app.shoptime/src/views/PlayerPanel/PlayerTabContents/TabContents/FeaturedShowContents.jsx @@ -188,6 +188,7 @@ export default function FeaturedShowContents({ videoVerticalVisible={videoVerticalVisible} selectedIndex={index} currentVideoVisible={currentVideoShowId === featuredShowsInfos[index].showId} + version={version} /> ); },