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'}];