Fix node group map channel count

This commit is contained in:
Mononaut
2023-10-11 01:09:10 +00:00
parent 5302b27d55
commit af3d6eccfb
4 changed files with 4 additions and 4 deletions

View File

@@ -88,7 +88,7 @@ export class NodesMap implements OnInit, OnChanges {
node.public_key,
node.alias,
node.capacity,
node.channels,
node.active_channel_count,
node.country,
node.iso_code,
]);