Skip to content

Commit

Permalink
ESLint corrections
Browse files Browse the repository at this point in the history
  • Loading branch information
ashnfb committed Jun 19, 2024
1 parent d01f660 commit 086ad8a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Video.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -627,8 +627,8 @@ const Video = forwardRef<VideoRef, ReactVideoProps>(
}
onControlsVisibilityChange={
onControlsVisibilityChange
? _onControlsVisibilityChange
: undefined
? _onControlsVisibilityChange
: undefined
}
/>
{hasPoster && showPoster ? (
Expand Down

0 comments on commit 086ad8a

Please sign in to comment.