diff --git a/client/src/Pages/ResultsPage.tsx b/client/src/Pages/ResultsPage.tsx index 9ef8b86..02842af 100644 --- a/client/src/Pages/ResultsPage.tsx +++ b/client/src/Pages/ResultsPage.tsx @@ -55,17 +55,6 @@ function ResultsPage() { } }, [mediaFile, navigate]); -// const togglePlay = (index) => { -// if (audioRefs[index].current) { -// if (isPlaying) { -// audioRefs[index].current.pause(); -// } else { -// audioRefs[index].current.play(); -// } -// setIsPlaying(!isPlaying); -// } -// }; - if (!mediaFile) return ; return (