diff --git a/frontend/src/components/VideoPlayer.tsx b/frontend/src/components/VideoPlayer.tsx index 826f4bc6..8e489d20 100644 --- a/frontend/src/components/VideoPlayer.tsx +++ b/frontend/src/components/VideoPlayer.tsx @@ -247,17 +247,17 @@ const VideoPlayer = ({ )} - {/* {Object.values(skippedSegments).map(({ from, to }) => { + {Object.values(skippedSegments).map(({ from, to }, index) => { return ( - <> +
{from !== 0 && to !== 0 && (

Skipped sponsor segment from {formatTime(from)} to {formatTime(to)}.

)} - +
); - })} */} + })} )}