Removed placeholders
This commit is contained in:
@@ -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"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user