diff --git a/src/components/molecules/NavBar.tsx b/src/components/molecules/NavBar.tsx index dbbf2c1c..8d4b3caf 100644 --- a/src/components/molecules/NavBar.tsx +++ b/src/components/molecules/NavBar.tsx @@ -49,20 +49,6 @@ export const NavBar: React.FC = ({ newRecording, recordingName, isR navigate('/'); }; - const handleNewRecording = async () => { - if (browserId) { - setBrowserId(null); - await stopRecording(browserId); - } - setModalOpen(true); - }; - - const startRecording = () => { - setModalOpen(false); - newRecording(); - notify('info', 'New Recording started for ' + recordingUrl); - }; - return (
= ({ newRecording, recordingName, isR { !isRecording ? ( <> - - Create Robot -