diff --git a/src/components/player/atoms/ProgressBar.tsx b/src/components/player/atoms/ProgressBar.tsx index 5187df49..90b91dcc 100644 --- a/src/components/player/atoms/ProgressBar.tsx +++ b/src/components/player/atoms/ProgressBar.tsx @@ -22,7 +22,7 @@ function ThumbnailDisplay(props: { at: number; show: boolean }) { offscreenLeft: 0, offscreenRight: 0, }); - const ref = useRef(null); + const ref = useRef(null); useEffect(() => { if (!ref.current) return; @@ -50,7 +50,7 @@ function ThumbnailDisplay(props: { at: number; show: boolean }) { return (
-
}> +