Skip to content

Commit

Permalink
fix(player/react): default chapters menu should use compact layout wh…
Browse files Browse the repository at this point in the history
…en no thumbnails
  • Loading branch information
mihar-22 committed Dec 18, 2023
1 parent d3aad91 commit 809098e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -555,7 +555,7 @@ function DefaultChaptersMenu({ tooltip, placement, portalClass }: DefaultMediaMe
<MenuBase.RadioGroup
className="vds-chapters-radio-group vds-radio-group"
value={options.selectedValue}
data-thumbnails={!!thumbnails}
data-thumbnails={thumbnails ? '' : null}
>
{options.map(
({ cue, label, value, startTimeText, durationText, select, setProgressVar }) => (
Expand Down

0 comments on commit 809098e

Please sign in to comment.