Fix missing seo in lightning pages

This commit is contained in:
nymkappa
2022-09-07 10:05:22 +02:00
parent eaa5c0fb33
commit 51bf4f769f
5 changed files with 34 additions and 6 deletions

View File

@@ -47,7 +47,9 @@ export class NodesPerISPChartComponent implements OnInit {
}
ngOnInit(): void {
this.seoService.setTitle($localize`Lightning nodes per ISP`);
if (!this.widget) {
this.seoService.setTitle($localize`Lightning nodes per ISP`);
}
this.nodesPerAsObservable$ = combineLatest([
this.sortBySubject.pipe(startWith(true)),