diff --git a/src/App.tsx b/src/App.tsx index e3cdb9a5252fd71e4b60f5a2d1aca103ddbb65ad..603155cd96eb30543c9195ba05d6b758d2d07986 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -236,6 +236,7 @@ function Home() { }, [comments, loggedIn]); const handleNext = () => { + toggleComments(); setVideoIndex( (prevIndex) => (prevIndex + initState) % filteredArray.length );