remove debug code

This commit is contained in:
an-lee
2024-06-19 09:17:28 +08:00
parent 02b3427133
commit 6dbd4e8559

View File

@@ -137,7 +137,7 @@ export const MediaTranscription = () => {
className="w-full"
disabled={transcribing}
>
{(!transcribing ||
{(transcribing ||
transcription.state === "processing") && (
<LoaderIcon className="animate-spin w-4 mr-2" />
)}