From a612352f327ff53f6139cd2a08bc5710a41387f1 Mon Sep 17 00:00:00 2001 From: Olivier Gagnon Date: Sun, 17 Oct 2021 00:52:13 -0400 Subject: [PATCH] revert sidebar --- 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" && (