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) {