Skip to content

Commit

Permalink
Merge pull request #5780 from avalonmediasystem/playlist-typo-fix
Browse files Browse the repository at this point in the history
Fix typo in playlist ReactJS wrapper code
  • Loading branch information
Dananji authored Apr 12, 2024
2 parents af89548 + 1697f65 commit 7f02c66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/javascript/components/PlaylistRamp.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ const Ramp = ({
<Row className="ramp--all-components ramp--playlist">
<Col sm={8}>
<MediaPlayer enableFileDownload={false} />
{playlist_item_ids?.lenght > 0 && (
{playlist_item_ids?.length > 0 && (
<Card className="ramp--playlist-accordion">
<Card.Header>
<h4>{activeItemTitle}</h4>
Expand Down

0 comments on commit 7f02c66

Please sign in to comment.