Skip to content
This repository has been archived by the owner on Jul 2, 2024. It is now read-only.

Commit

Permalink
Ungate page
Browse files Browse the repository at this point in the history
  • Loading branch information
sophstad committed Oct 6, 2023
1 parent be77d80 commit 8c3eca6
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions src/pages/distroSettings/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ import { useToastContext } from "context/toast";
import { DistroQuery, DistroQueryVariables } from "gql/generated/types";
import { DISTRO } from "gql/queries";
import { usePageTitle } from "hooks";
import { isProduction } from "utils/environmentVariables";
import { DistroSettingsProvider } from "./Context";
import { DistroSelect } from "./DistroSelect";
import { getTabTitle } from "./getTabTitle";
Expand All @@ -44,14 +43,6 @@ const DistroSettings: React.FC = () => {
}
);

if (isProduction()) {
return (
<PageWrapper>
<h1>Coming Soon 🌱⚙️</h1>
</PageWrapper>
);
}

if (!Object.values(DistroSettingsTabRoutes).includes(currentTab)) {
return (
<Navigate
Expand Down

0 comments on commit 8c3eca6

Please sign in to comment.