diff --git a/src/core/features/sitehome/pages/index/index.ts b/src/core/features/sitehome/pages/index/index.ts index 8e9a4d6e7..39b5d5156 100644 --- a/src/core/features/sitehome/pages/index/index.ts +++ b/src/core/features/sitehome/pages/index/index.ts @@ -136,6 +136,8 @@ export class CoreSiteHomeIndexPage implements OnInit, OnDestroy { undefined, true, ); + + this.section.hasContent = result.hasContent; this.hasContent = result.hasContent || this.hasContent; }