Search bar refactored with Nodes and Channels

This commit is contained in:
softsimon
2022-05-15 14:47:55 +04:00
parent 1ed4c93b94
commit 8604869e5e
10 changed files with 187 additions and 55 deletions

View File

@@ -47,7 +47,6 @@ export class NodeComponent implements OnInit {
socket: node.public_key + '@' + socket,
});
}
console.log(socketsObject);
node.socketsObject = socketsObject;
return node;
}),