From 1b22fe4f3d6616fb3a35d7ced60d73ce43b49229 Mon Sep 17 00:00:00 2001 From: Olivier Gagnon Date: Sun, 17 Oct 2021 19:01:10 -0400 Subject: [PATCH] revert dev meny --- src/Sidebar/ui/SidebarRoot.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Sidebar/ui/SidebarRoot.tsx b/src/Sidebar/ui/SidebarRoot.tsx index 02baa2912..b81bffd70 100644 --- a/src/Sidebar/ui/SidebarRoot.tsx +++ b/src/Sidebar/ui/SidebarRoot.tsx @@ -751,7 +751,7 @@ export function SidebarRoot(props: IProps): React.ReactElement { Options - {true && ( + {process.env.NODE_ENV === "development" && (