self-review

This commit is contained in:
Igor Loskutov
2025-06-18 17:32:13 -04:00
parent 3acbcd9952
commit 9c20e8b9f6
3 changed files with 7 additions and 6 deletions

View File

@@ -95,7 +95,6 @@ const useMp3 = (transcriptId: string, waiting?: boolean): Mp3Response => {
setTranscriptMetadataLoading(false);
})
// Cleanup
return () => {
stopped = true;
audioElement.removeEventListener('canplay', handleCanPlay);