From 536069c78801365e5e3bb31dde4e699c1c877ef9 Mon Sep 17 00:00:00 2001
From: Johnny Zheng <jzheng2@emich.edu>
Date: Wed, 19 Mar 2025 03:37:05 -0400
Subject: [PATCH] Updated comments on next button

---
 src/App.tsx | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/App.tsx b/src/App.tsx
index d9212d9..1537b20 100644
--- a/src/App.tsx
+++ b/src/App.tsx
@@ -252,6 +252,7 @@ function Home() {
     setVideoIndex(
       (prevIndex) => (prevIndex + initState) % filteredArray.length
     );
+    displayComments();
   };
 
   // const navigate = useNavigate(); // Hook to navigate to other pages
-- 
GitLab