From 467f8c83890c9c85c0b9754e75d2ba6c997d807d Mon Sep 17 00:00:00 2001 From: Koper Date: Fri, 21 Jul 2023 18:37:35 +0700 Subject: [PATCH] Update dashboard.js --- app/components/dashboard.js | 1 - 1 file changed, 1 deletion(-) diff --git a/app/components/dashboard.js b/app/components/dashboard.js index f5c5bb35..4104ac56 100644 --- a/app/components/dashboard.js +++ b/app/components/dashboard.js @@ -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'}];