Mempool node group page

This commit is contained in:
softsimon
2022-09-17 01:26:32 +02:00
parent 0694e71b14
commit a43f0454f9
10 changed files with 336 additions and 1 deletions

View File

@@ -46,7 +46,9 @@ export class NodesMap implements OnInit, OnChanges {
}
ngOnInit(): void {
this.seoService.setTitle($localize`Lightning nodes world map`);
if (!this.widget) {
this.seoService.setTitle($localize`Lightning nodes world map`);
}
if (!this.inputNodes$) {
this.inputNodes$ = new BehaviorSubject(this.nodes);