aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+home/home.component.ts
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/app/+home/home.component.ts')
-rw-r--r--client/src/app/+home/home.component.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/+home/home.component.ts b/client/src/app/+home/home.component.ts
index 6e0c96760..f966a2b02 100644
--- a/client/src/app/+home/home.component.ts
+++ b/client/src/app/+home/home.component.ts
@@ -15,7 +15,7 @@ export class HomeComponent implements OnInit {
15 private customPageService: CustomPageService 15 private customPageService: CustomPageService
16 ) { } 16 ) { }
17 17
18 async ngOnInit () { 18 ngOnInit () {
19 this.customPageService.getInstanceHomepage() 19 this.customPageService.getInstanceHomepage()
20 .subscribe(({ content }) => this.homepageContent = content) 20 .subscribe(({ content }) => this.homepageContent = content)
21 } 21 }