From d912f2f2ca3853ae5c69d6e2817aa8fa8c2049b1 Mon Sep 17 00:00:00 2001 From: nameczz Date: Mon, 21 Feb 2022 15:22:51 +0800 Subject: [PATCH] fix build Signed-off-by: nameczz --- client/src/plugins/system/SystemView.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/plugins/system/SystemView.tsx b/client/src/plugins/system/SystemView.tsx index 678c81c6..c0bae087 100644 --- a/client/src/plugins/system/SystemView.tsx +++ b/client/src/plugins/system/SystemView.tsx @@ -112,7 +112,7 @@ const SystemView: any = () => { }>({ nodes: [], childNodes: [], system: {} }); const [selectedNode, setNode] = useState(); const [selectedCord, setCord] = useState(); - const { nodes, childNodes, system } = data; + const { nodes, childNodes } = data; useInterval(async () => { if (!selectedCord) {