MOBILE-3167 dashboard: Set fallback blocks visibility to true

main
Dani Palou 2019-10-15 11:45:21 +02:00
parent 8e1fdeeef6
commit 8a57a0a590
1 changed files with 4 additions and 2 deletions

View File

@ -236,10 +236,12 @@ export class CoreCoursesDashboardPage implements OnDestroy {
protected loadFallbackBlocks(): void {
this.blocks = [
{
name: 'myoverview'
name: 'myoverview',
visible: true
},
{
name: 'timeline'
name: 'timeline',
visible: true
}
];
}