Shim shouldShowPortalV2 to always return true
This commit is contained in:
@@ -359,7 +359,9 @@ export const utils = {
|
||||
},
|
||||
isDogfood,
|
||||
shouldShowPortalV2(): boolean {
|
||||
return this.isDevelopment() || this.isStaging() || this.isDogfood();
|
||||
// return this.isDevelopment() || this.isStaging() || this.isDogfood();
|
||||
// TODO: Remove this method entirely after launch.
|
||||
return true;
|
||||
},
|
||||
shouldShowJobsPage(): boolean {
|
||||
return this.isDevelopment() || this.isStaging() || this.isDogfood();
|
||||
|
||||
Reference in New Issue
Block a user