MOBILE-3954 sitehome: Fix show course section on sitehome

This commit is contained in:
Pau Ferrer Ocaña 2021-12-23 15:07:46 +01:00
parent af9e1ce486
commit e673ffe2df

View File

@ -136,6 +136,8 @@ export class CoreSiteHomeIndexPage implements OnInit, OnDestroy {
undefined,
true,
);
this.section.hasContent = result.hasContent;
this.hasContent = result.hasContent || this.hasContent;
}