Removed placeholders

This commit is contained in:
Tiago Ribeiro
2023-06-15 16:53:11 +01:00
parent 989a7449bf
commit 84b0b8ac42
2 changed files with 3 additions and 1 deletions

View File

@@ -154,6 +154,7 @@ export default function Speaking({id, title, text, type, prompts, onNext, onBack
onClick={() => {
setRecordingDuration(0);
clearBlobUrl();
setMediaBlob(undefined);
}}
/>
@@ -163,6 +164,7 @@ export default function Speaking({id, title, text, type, prompts, onNext, onBack
setRecordingDuration(0);
startRecording();
setIsRecording(true);
setMediaBlob(undefined);
}}
className="h-5 w-5 text-mti-gray-cool cursor-pointer"
/>