From e3c38605b5cd0d52ce5c6e1f2d68a479b4607342 Mon Sep 17 00:00:00 2001 From: Cooper Ransom Date: Tue, 19 Mar 2024 22:54:35 -0400 Subject: [PATCH] Fix test/dev --- src/setup/App.tsx | 8 ++++---- src/stores/banner/BannerLocation.tsx | 3 ++- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/src/setup/App.tsx b/src/setup/App.tsx index 43e267f3..6728311c 100644 --- a/src/setup/App.tsx +++ b/src/setup/App.tsx @@ -168,10 +168,10 @@ function App() { {/* other */} } /> } /> - {/* developer routes that can abuse workers are disabled in production (idgaf) */} - {/* {process.env.NODE_ENV === "development" ? ( */} - } /> - {/* ) : null} */} + {/* developer routes that can abuse workers are disabled in production */} + {process.env.NODE_ENV === "development" ? ( + } /> + ) : null} } /> )} diff --git a/src/stores/banner/BannerLocation.tsx b/src/stores/banner/BannerLocation.tsx index c70bc9d7..e4549ca8 100644 --- a/src/stores/banner/BannerLocation.tsx +++ b/src/stores/banner/BannerLocation.tsx @@ -95,7 +95,8 @@ export function ExtensionBanner(props: { bannerText = "The extension does'nt have the necessary permissions."; break; case "outdated": - bannerText = "Your extension is outdated. Please update it here."; + bannerText = + "Your extension is outdated. Please update it here."; break; case "disallowed": bannerText =