remove unused code

This commit is contained in:
Joel Mathew Thomas
2025-03-20 22:23:58 +05:30
parent 1b523b1611
commit 895cccd231
-11
View File
@@ -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 <LinearProgress />;
return (