mirror of
https://github.com/Monadical-SAS/reflector.git
synced 2025-12-21 12:49:06 +00:00
pre-commit now does yarn format and several other tasks
This commit is contained in:
@@ -12,7 +12,8 @@ const App = () => {
|
||||
// transcription, summary, etc
|
||||
const serverData = useWebRTC(stream);
|
||||
|
||||
const sendStopCmd = () => serverData?.peer?.send(JSON.stringify({ cmd: "STOP" }))
|
||||
const sendStopCmd = () =>
|
||||
serverData?.peer?.send(JSON.stringify({ cmd: "STOP" }));
|
||||
|
||||
return (
|
||||
<div className="flex flex-col items-center h-[100svh]">
|
||||
|
||||
Reference in New Issue
Block a user