Skip to content

Commit

Permalink
linter
Browse files Browse the repository at this point in the history
  • Loading branch information
yvonnetangsu committed Feb 27, 2025
1 parent 6a8ad57 commit 919302e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions components/Video/StoryVideo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,6 @@ export const StoryVideo = ({
const [isPlaying, setIsPlaying] = useState<boolean>(false);
const [isUserPaused, setIsUserPaused] = useState<boolean>(false);

const handlePlay = () => setIsPlaying(true);
const handlePause = () => setIsPlaying(false);

// Toggle foreground video play/pause
const toggleVideo = () => {
if (!videoRef.current) return;
Expand Down

0 comments on commit 919302e

Please sign in to comment.