From 31b8dd1bfcd453d3867e2190aa237a05e19c4653 Mon Sep 17 00:00:00 2001 From: Brandon Millman Date: Thu, 26 Jul 2018 06:55:06 +0800 Subject: Remove careers page feature flag --- packages/website/ts/index.tsx | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) (limited to 'packages/website/ts/index.tsx') diff --git a/packages/website/ts/index.tsx b/packages/website/ts/index.tsx index 904a5f6df..bd32bfa34 100644 --- a/packages/website/ts/index.tsx +++ b/packages/website/ts/index.tsx @@ -76,10 +76,7 @@ render( - {/* TODO: Remove this once we ship the jobs page*/} - {utils.shouldShowJobsPage() && ( - - )} + @@ -129,13 +126,7 @@ render( path={`${WebsiteLegacyPaths.Deployer}/:version?`} component={LazySolCompilerDocumentation} /> - {/* TODO: Remove this once we ship the jobs page*/} - {utils.shouldShowJobsPage() ? ( - - ) : ( - - )} - + -- cgit