@open-rlb/ng-app 3.0.26 → 3.0.28

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1891,10 +1891,10 @@ class AppTemplateComponent {
1891
1891
  return this.store.select(state => state[navbarsFeatureKey].loginVisible);
1892
1892
  }
1893
1893
  get navbarHasSettings$() {
1894
- return this.store.select(state => state[navbarsFeatureKey].loginVisible);
1894
+ return this.store.select(state => state[navbarsFeatureKey].settingsVisible);
1895
1895
  }
1896
1896
  get navbarHasApps$() {
1897
- return this.store.select(state => state[navbarsFeatureKey].loginVisible);
1897
+ return this.store.select(state => state[navbarsFeatureKey].appsVisible);
1898
1898
  }
1899
1899
  get apps() {
1900
1900
  return this.appsService.apps;