MOBILE-3954 sitehome: Fix show course section on sitehome

main
Pau Ferrer Ocaña 2021-12-23 15:07:46 +01:00
parent af9e1ce486
commit e673ffe2df
1 changed files with 2 additions and 0 deletions

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;
}