Commit 018fdd4c authored by 神楽坂玲奈's avatar 神楽坂玲奈

fix

parent dc422719
......@@ -179,8 +179,6 @@ export class AppComponent implements AfterViewInit {
constructor(private route: ActivatedRoute, private appService: AppService) {}
showName = this.appService.showName;
ngAfterViewInit(): void {
this.route.params.pipe(mergeMap((params) => this.appService.getApp(params['id']))).subscribe((app) => {
this.app = app;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment