diff --git a/ui/src/components/Topbar/index.tsx b/ui/src/components/Topbar/index.tsx index afaeeebd..f377ecf6 100644 --- a/ui/src/components/Topbar/index.tsx +++ b/ui/src/components/Topbar/index.tsx @@ -9,7 +9,6 @@ const Topbar = () => { const [visible, setVisible] = useState(false); const showDrawer = () => setVisible(true); - const hideDrawer = () => setVisible(false); return (