Update dashboard.js

This commit is contained in:
Koper
2023-07-21 18:37:35 +07:00
parent 9a1a49241d
commit 467f8c8389

View File

@@ -12,7 +12,6 @@ export function Dashboard({
stream,
}) {
const [openIndex, setOpenIndex] = useState(null);
const [liveTranscript, setLiveTranscript] = useState("");
topics = [{timestamp: '[00:00]', transcript: 'Abcdef', title: 'This is the title'}];