From 3c14a1e3c655d92e5cec772181e069ba420e0ca0 Mon Sep 17 00:00:00 2001 From: karishmas6 Date: Thu, 7 Mar 2024 03:13:46 +0530 Subject: [PATCH] chore: lint --- ui/src/components/Topbar/index.tsx | 1 - 1 file changed, 1 deletion(-) 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 (