Skip to content

Commit 0e6900d

Browse files
authored
Merge pull request #33 from nameczz/main
v2.0.2
2 parents 54ee096 + d912f2f commit 0e6900d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/src/plugins/system/SystemView.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ const SystemView: any = () => {
112112
}>({ nodes: [], childNodes: [], system: {} });
113113
const [selectedNode, setNode] = useState<any>();
114114
const [selectedCord, setCord] = useState<any>();
115-
const { nodes, childNodes, system } = data;
115+
const { nodes, childNodes } = data;
116116

117117
useInterval(async () => {
118118
if (!selectedCord) {

0 commit comments

Comments
 (0)