From fbc2ba468b39ff39428a20806b0033678496bf79 Mon Sep 17 00:00:00 2001 From: ml729 <85370083+ml729@users.noreply.github.com> Date: Sat, 21 Jan 2023 11:48:30 -0500 Subject: [PATCH] removed unnecessary element id --- website/src/pages/admin/status/index.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/website/src/pages/admin/status/index.tsx b/website/src/pages/admin/status/index.tsx index 30c55c9a..8894888f 100644 --- a/website/src/pages/admin/status/index.tsx +++ b/website/src/pages/admin/status/index.tsx @@ -81,7 +81,7 @@ const StatusIndex = ({ user }) => { /api/v1/tasks/availability -
+              
                 {tasksAvailability ? JSON.stringify(tasksAvailability, null, 2) : }
               
@@ -94,7 +94,7 @@ const StatusIndex = ({ user }) => { /api/v1/stats/ -
{stats ? JSON.stringify(stats, null, 2) : }
+
{stats ? JSON.stringify(stats, null, 2) : }
@@ -111,7 +111,7 @@ const StatusIndex = ({ user }) => { state_counts -
{JSON.stringify(treeManager.state_counts, null, 2)}
+
{JSON.stringify(treeManager.state_counts, null, 2)}