Remove careers page feature flag

This commit is contained in:
Brandon Millman
2018-07-26 06:55:06 +08:00
parent 35113487f1
commit 31b8dd1bfc
2 changed files with 2 additions and 14 deletions

View File

@@ -363,9 +363,6 @@ export const utils = {
}
return Environments.UNKNOWN;
},
shouldShowJobsPage(): boolean {
return utils.isDevelopment() || utils.isStaging() || utils.isDogfood();
},
getEthToken(tokenByAddress: TokenByAddress): Token {
return utils.getTokenBySymbol(constants.ETHER_TOKEN_SYMBOL, tokenByAddress);
},