diff --git a/front/packages/ui/src/player/components/right-buttons.tsx b/front/packages/ui/src/player/components/right-buttons.tsx index 32c6a191..b1113100 100644 --- a/front/packages/ui/src/player/components/right-buttons.tsx +++ b/front/packages/ui/src/player/components/right-buttons.tsx @@ -71,9 +71,9 @@ export const RightButtons = ({ selected={!selectedSubtitle} onSelect={() => setSubtitle(null)} /> - {subtitles.map((x) => ( + {subtitles.map((x, i) => (