From cca5b35af570cfb32997044445ed4d67cd8e32a3 Mon Sep 17 00:00:00 2001 From: Adrien Vannson Date: Tue, 17 Jan 2023 17:02:49 +0100 Subject: [PATCH] Remove useless menu --- src/App.js | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/App.js b/src/App.js index 5dfa6fd..a6613fa 100644 --- a/src/App.js +++ b/src/App.js @@ -92,15 +92,8 @@ function handleRoomSelected(id) export default function App() { const [selectedRoom, setSelectedRoom] = React.useState(null); - function selectAmphiB() { - setSelectedRoom("salle-M-GN1-3-av"); - } - return <> - - -