X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2F%2Bhome%2Fhome.component.ts;h=f966a2b024e11626183f81946107f54ca1798eee;hb=22f25c740bf3eb24d9988ab6add8e1a6aec1b0bd;hp=6e0c96760b95bf324e34f46080af0f03d1fbd98d;hpb=8ee25e17b88b970703f4df9e74cb4726bbffd837;p=github%2FChocobozzz%2FPeerTube.git 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 { private customPageService: CustomPageService ) { } - async ngOnInit () { + ngOnInit () { this.customPageService.getInstanceHomepage() .subscribe(({ content }) => this.homepageContent = content) }