Skip to content

Commit

Permalink
Merge pull request #33 from nameczz/main
Browse files Browse the repository at this point in the history
v2.0.2
  • Loading branch information
nameczz authored Feb 21, 2022
2 parents 54ee096 + d912f2f commit 0e6900d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/plugins/system/SystemView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ const SystemView: any = () => {
}>({ nodes: [], childNodes: [], system: {} });
const [selectedNode, setNode] = useState<any>();
const [selectedCord, setCord] = useState<any>();
const { nodes, childNodes, system } = data;
const { nodes, childNodes } = data;

useInterval(async () => {
if (!selectedCord) {
Expand Down

0 comments on commit 0e6900d

Please sign in to comment.