diff --git a/www/app/[domain]/transcripts/[transcriptId]/record/page.tsx b/www/app/[domain]/transcripts/[transcriptId]/record/page.tsx index a4840113..9c02ed44 100644 --- a/www/app/[domain]/transcripts/[transcriptId]/record/page.tsx +++ b/www/app/[domain]/transcripts/[transcriptId]/record/page.tsx @@ -72,18 +72,7 @@ const TranscriptRecord = (details: TranscriptDetails) => { mt={4} mb={4} > - {status == "processing" && // todo send an event when the mp3 is ready - webSockets.waveform && - webSockets.duration && - mp3?.media ? ( - - ) : status == "processing" ? ( + {status == "processing" ? ( ) : ( // todo: only start recording animation when you get "recorded" status