diff options
Diffstat (limited to 'client/src/app/+home')
-rw-r--r-- | client/src/app/+home/home.component.ts | 2 |
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 | } |