diff --git a/src/www/ui_components/app-root.js b/src/www/ui_components/app-root.js index f836ef8b41..17c43a4762 100644 --- a/src/www/ui_components/app-root.js +++ b/src/www/ui_components/app-root.js @@ -616,7 +616,7 @@ export class AppRoot extends mixinBehaviors([AppLocalizeBehavior], PolymerElemen contactViewFeatureFlag: { type: Boolean, readonly: true, - value: false, + value: true, }, }; }