diff --git a/app/components/App.tsx b/app/components/App.tsx index 0585397a..89a9a4ef 100644 --- a/app/components/App.tsx +++ b/app/components/App.tsx @@ -15,7 +15,9 @@ import { import Visualizer from "./Visualizer"; const App: () => JSX.Element = () => { - const [caption, setCaption] = useState("Powered by Deepgram"); + const [caption, setCaption] = useState( + "Powered by Deepgram" + ); const { connection, connectToDeepgram, connectionState } = useDeepgram(); const { setupMicrophone, microphone, startMicrophone, microphoneState } = useMicrophone();