From e673ffe2dfaaaa99c2e6a123b0ab7759a6cd6bc2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pau=20Ferrer=20Oca=C3=B1a?= Date: Thu, 23 Dec 2021 15:07:46 +0100 Subject: [PATCH] MOBILE-3954 sitehome: Fix show course section on sitehome --- src/core/features/sitehome/pages/index/index.ts | 2 ++ 1 file changed, 2 insertions(+) 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; }