We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 54ee096 + d912f2f commit 0e6900dCopy full SHA for 0e6900d
client/src/plugins/system/SystemView.tsx
@@ -112,7 +112,7 @@ const SystemView: any = () => {
112
}>({ nodes: [], childNodes: [], system: {} });
113
const [selectedNode, setNode] = useState<any>();
114
const [selectedCord, setCord] = useState<any>();
115
- const { nodes, childNodes, system } = data;
+ const { nodes, childNodes } = data;
116
117
useInterval(async () => {
118
if (!selectedCord) {
0 commit comments