From 8e5c10cc2f07caca3c107cbedb4a1af29787facc Mon Sep 17 00:00:00 2001 From: Olivier Gagnon Date: Thu, 7 Oct 2021 01:47:13 -0400 Subject: [PATCH] enable dev for beta --- 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 856d93eae..e4055a2f9 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 - {process.env.NODE_ENV === "development" && ( + {true && (