ai review partial fix

This commit is contained in:
Igor Loskutov
2025-06-19 12:46:38 -04:00
parent ebcb0fcc7e
commit dc2924cafa
2 changed files with 2 additions and 2 deletions

View File

@@ -87,7 +87,7 @@ export default function TranscriptDetails(details: TranscriptDetails) {
mediaDuration={transcript.response.duration}
/>
) : waveform.error ? (
<div>"error loading this recording"</div>
<div>error loading this recording</div>
) : mp3.audioDeleted ? (
<div>Audio was deleted</div>
) : (