MOBILE-3954 sitehome: Fix show course section on sitehome
parent
af9e1ce486
commit
e673ffe2df
|
@ -136,6 +136,8 @@ export class CoreSiteHomeIndexPage implements OnInit, OnDestroy {
|
||||||
undefined,
|
undefined,
|
||||||
true,
|
true,
|
||||||
);
|
);
|
||||||
|
|
||||||
|
this.section.hasContent = result.hasContent;
|
||||||
this.hasContent = result.hasContent || this.hasContent;
|
this.hasContent = result.hasContent || this.hasContent;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue