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

@@ -23,7 +23,7 @@ export class AboutComponent implements OnInit {
ngOnInit() {
this.gitCommit$ = this.stateService.gitCommit$;
this.seoService.setTitle('Contributors');
this.seoService.setTitle('About');
this.websocketService.want(['blocks']);
if (this.stateService.network === 'bisq') {
this.active = 2;