Lightning channel
diff --git a/frontend/src/app/lightning/channel/channel.component.ts b/frontend/src/app/lightning/channel/channel.component.ts
index 379e8a005..d57aa3f01 100644
--- a/frontend/src/app/lightning/channel/channel.component.ts
+++ b/frontend/src/app/lightning/channel/channel.component.ts
@@ -38,7 +38,9 @@ export class ChannelComponent implements OnInit {
}),
catchError((err) => {
this.error = err;
- return of(null);
+ return [{
+ short_id: params.get('short_id')
+ }];
})
);
}),
diff --git a/frontend/src/app/lightning/node/node.component.html b/frontend/src/app/lightning/node/node.component.html
index 575614c10..1519eb1da 100644
--- a/frontend/src/app/lightning/node/node.component.html
+++ b/frontend/src/app/lightning/node/node.component.html
@@ -1,15 +1,18 @@
-
Lightning node
-
-
{{ node.alias }}
-
-
-
-
-
+
+
+ Lightning node
+
+
{{ node.alias }}
+
+
+
+
+
+
-
-
+
+