Fixing titles.

This commit is contained in:
softsimon
2022-07-10 14:07:53 +02:00
parent bd89bf885d
commit b6a113f05c
2 changed files with 4 additions and 1 deletions

View File

@@ -57,7 +57,6 @@ export class LightningStatisticsChartComponent implements OnInit {
ngOnInit(): void {
let firstRun = true;
this.seoService.setTitle($localize`:@@mining.hashrate-difficulty:Hashrate and Weight`);
this.miningWindowPreference = this.miningService.getDefaultTimespan('24h');
this.radioGroupForm = this.formBuilder.group({ dateSpan: this.miningWindowPreference });
this.radioGroupForm.controls.dateSpan.setValue(this.miningWindowPreference);