From f8b41a655cd73ef9487c9e3944820840c494c75a Mon Sep 17 00:00:00 2001 From: Marco van Dijk Date: Fri, 4 Mar 2022 02:40:28 +0100 Subject: [PATCH] Add delegator title --- src/orchestratorViewer.js | 6 ++++-- src/statViewer.js | 1 - 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/src/orchestratorViewer.js b/src/orchestratorViewer.js index 3faf999..3c8bd61 100644 --- a/src/orchestratorViewer.js +++ b/src/orchestratorViewer.js @@ -41,9 +41,8 @@ const Orchestrator = (obj) => { return (
-
+
-

Orchestrator Info

{thisID}
@@ -55,6 +54,9 @@ const Orchestrator = (obj) => {
+
+

Current Delegators

+
diff --git a/src/statViewer.js b/src/statViewer.js index 274b1df..631c256 100644 --- a/src/statViewer.js +++ b/src/statViewer.js @@ -1,7 +1,6 @@ import React from "react"; const Stat = (obj) => { - console.log(obj); return (