Skip to content

Commit

Permalink
Fix dependabot security alert
Browse files Browse the repository at this point in the history
  • Loading branch information
prayag17 committed Jun 29, 2023
1 parent 6ac3383 commit 9ff7482
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/routes/player/videoPlayer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ export const VideoPlayer = () => {
window.clearTimeout(timeout);
timeout = setTimeout(() => {
setShowControls(false);
}, 6000);
}, 5000);
}
}, [showControls]);

Expand Down

0 comments on commit 9ff7482

Please sign in to comment.