[251203] fix: VOD-FeaturedShows-3

🕐 커밋 시간: 2025. 12. 03. 12:24:56

📊 변경 통계:
  • 총 파일: 1개
  • 추가: +1줄

📝 수정된 파일:
  ~ com.twin.app.shoptime/src/views/PlayerPanel/PlayerTabContents/TabContents/FeaturedShowContents.jsx
This commit is contained in:
2025-12-03 12:24:56 +09:00
parent 5d1a208e0d
commit feb10dfe24

View File

@@ -188,6 +188,7 @@ export default function FeaturedShowContents({
videoVerticalVisible={videoVerticalVisible}
selectedIndex={index}
currentVideoVisible={currentVideoShowId === featuredShowsInfos[index].showId}
version={version}
/>
);
},