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 =