]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/+home/home.component.ts
Allow configuration to be static/readonly (#4315)
[github/Chocobozzz/PeerTube.git] / client / src / app / +home / home.component.ts
index 6e0c96760b95bf324e34f46080af0f03d1fbd98d..f966a2b024e11626183f81946107f54ca1798eee 100644 (file)
@@ -15,7 +15,7 @@ export class HomeComponent implements OnInit {
     private customPageService: CustomPageService
   ) { }
 
-  async ngOnInit () {
+  ngOnInit () {
     this.customPageService.getInstanceHomepage()
       .subscribe(({ content }) => this.homepageContent = content)
   }