From 62bdfb1875f57fc36c7abe26f28e9aa795164401 Mon Sep 17 00:00:00 2001 From: Olivier Gagnon Date: Thu, 7 Oct 2021 14:49:40 -0400 Subject: [PATCH] notes --- src/CotMG/notes | 4 +++- src/Sidebar/ui/SidebarRoot.tsx | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/CotMG/notes b/src/CotMG/notes index 825dd534b..5a0ddc9f7 100644 --- a/src/CotMG/notes +++ b/src/CotMG/notes @@ -1,2 +1,4 @@ incentive for more threads -boosters just multiply output, eg 20% * 1.5 = 30% \ No newline at end of file +boosters just multiply output, eg 20% * 1.5 = 30% + +git remote add danielyxie git@github.com:danielyxie/bitburner.git \ No newline at end of file diff --git a/src/Sidebar/ui/SidebarRoot.tsx b/src/Sidebar/ui/SidebarRoot.tsx index e4055a2f9..856d93eae 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" && (