Search fix. Channel update.

This commit is contained in:
softsimon
2022-05-26 18:23:57 +04:00
parent 30bf725020
commit fee6d3c4e9
5 changed files with 14 additions and 6 deletions

View File

@@ -111,7 +111,7 @@ export class SearchFormComponent implements OnInit {
selectedResult(result: any) {
if (typeof result === 'string') {
this.navigate('/address/', result);
this.search();
} else if (result.alias) {
this.navigate('/lightning/node/', result.public_key);
} else if (result.short_id) {