From a0a698e0af5921e83fc734fbd89300e31ea8efe4 Mon Sep 17 00:00:00 2001 From: Olivier Gagnon Date: Sat, 16 Oct 2021 21:01:05 -0400 Subject: [PATCH] revert the dev tab --- 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" && (