From bf5821c8c8512c1d1dcd25dcf5b22579f6085748 Mon Sep 17 00:00:00 2001 From: softsimon Date: Tue, 21 Mar 2023 23:17:09 +0900 Subject: [PATCH] Remove indexing indicator --- .../nodes-channels-map/nodes-channels-map.component.html | 3 --- .../nodes-channels-map/nodes-channels-map.component.ts | 1 - 2 files changed, 4 deletions(-) diff --git a/frontend/src/app/lightning/nodes-channels-map/nodes-channels-map.component.html b/frontend/src/app/lightning/nodes-channels-map/nodes-channels-map.component.html index 54868fbe6..b262f58fd 100644 --- a/frontend/src/app/lightning/nodes-channels-map/nodes-channels-map.component.html +++ b/frontend/src/app/lightning/nodes-channels-map/nodes-channels-map.component.html @@ -18,8 +18,5 @@
-
- Indexing in progress -
\ No newline at end of file diff --git a/frontend/src/app/lightning/nodes-channels-map/nodes-channels-map.component.ts b/frontend/src/app/lightning/nodes-channels-map/nodes-channels-map.component.ts index 3899bb673..5fce18c4e 100644 --- a/frontend/src/app/lightning/nodes-channels-map/nodes-channels-map.component.ts +++ b/frontend/src/app/lightning/nodes-channels-map/nodes-channels-map.component.ts @@ -36,7 +36,6 @@ export class NodesChannelsMap implements OnInit { channelCurve = 0; nodeSize = 4; isLoading = false; - showIndexingInProgress = false; chartInstance = undefined; chartOptions: EChartsOption = {};