Update page.tsx

This commit is contained in:
Koper
2023-09-26 14:23:43 +01:00
parent 01c3d8a5cd
commit 2f7c376016

View File

@@ -90,7 +90,6 @@ const TranscriptCreate = () => {
<div className="text-center text-gray-500">
The conversation transcript will appear here shortly
after you start recording.
<br />
</div>
) : (
<LiveTrancription text={webSockets.transcriptText} />