Browse Source

Merge pull request #33 from nameczz/main

v2.0.2
nameczz 3 years ago
parent
commit
0e6900de6e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      client/src/plugins/system/SystemView.tsx

+ 1 - 1
client/src/plugins/system/SystemView.tsx

@@ -112,7 +112,7 @@ const SystemView: any = () => {
   }>({ nodes: [], childNodes: [], system: {} });
   }>({ nodes: [], childNodes: [], system: {} });
   const [selectedNode, setNode] = useState<any>();
   const [selectedNode, setNode] = useState<any>();
   const [selectedCord, setCord] = useState<any>();
   const [selectedCord, setCord] = useState<any>();
-  const { nodes, childNodes, system } = data;
+  const { nodes, childNodes } = data;
 
 
   useInterval(async () => {
   useInterval(async () => {
     if (!selectedCord) {
     if (!selectedCord) {