Various bugfixes.

This commit is contained in:
softsimon
2020-09-28 16:32:48 +07:00
parent e9d3b44e97
commit b95efca29d
9 changed files with 23 additions and 12 deletions

View File

@@ -34,7 +34,7 @@ export class LatestBlocksComponent implements OnInit, OnDestroy {
) { }
ngOnInit() {
this.seoService.resetTitle();
this.seoService.setTitle('Blocks');
this.websocketService.want(['blocks']);
this.network$ = merge(of(''), this.stateService.networkChanged$);