diff --git a/src/client/AppState.ts b/src/client/AppState.ts index 9c4afe262..6fcacbf44 100644 --- a/src/client/AppState.ts +++ b/src/client/AppState.ts @@ -87,7 +87,7 @@ export const PRISTINE_APPSTATE: AppState = { PARKEREN: apiPristineResult( { isKnown: true, url: null }, { - isActive: FeatureToggle.parkerenPatroonC, + isActive: FeatureToggle.parkerenActive, profileTypes: ['private', 'commercial'], } ), diff --git a/src/universal/config/feature-toggles.ts b/src/universal/config/feature-toggles.ts index b6907e0c0..3f1e87c70 100644 --- a/src/universal/config/feature-toggles.ts +++ b/src/universal/config/feature-toggles.ts @@ -68,8 +68,7 @@ export const FeatureToggle = { cleopatraApiActive: true, // Parkeren - parkerenActive: IS_PRODUCTION, // Two parkeren toggles because in the middle of implementing MIJN-9097. - parkerenPatroonC: !IS_PRODUCTION, + parkerenActive: true, // Mijn Gegegvens -> aantal bewoners op adres. residentCountActive: true,