From 6843823efc5fdbcddd92c1f34122951e04522be3 Mon Sep 17 00:00:00 2001 From: Gregory Schier Date: Thu, 30 Mar 2023 17:12:38 -0700 Subject: [PATCH] Remove dummy button --- src-web/components/Sidebar.tsx | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src-web/components/Sidebar.tsx b/src-web/components/Sidebar.tsx index d9366d99..fb463b9e 100644 --- a/src-web/components/Sidebar.tsx +++ b/src-web/components/Sidebar.tsx @@ -48,13 +48,6 @@ export const Sidebar = memo(function Sidebar({ className }: Props) { - - confirm({ title: 'Reset Requests', description: 'Do you want to do it?' }) - } - />