style(ui-toolkit): comment un-used variable
This commit is contained in:
parent
b97e5679bf
commit
1533bf5d6e
@ -79,7 +79,7 @@ class Topology extends React.Component {
|
|||||||
|
|
||||||
getNextNodes(nextServices) {
|
getNextNodes(nextServices) {
|
||||||
const nodes = this.state.nodes;
|
const nodes = this.state.nodes;
|
||||||
let notConnectedX = 0;
|
// let notConnectedX = 0;
|
||||||
return nodes.reduce((nextNodes, node) => {
|
return nodes.reduce((nextNodes, node) => {
|
||||||
const keep = nextServices.filter(nextService => nextService.id === node.id).length;
|
const keep = nextServices.filter(nextService => nextService.id === node.id).length;
|
||||||
if(keep) {
|
if(keep) {
|
||||||
|
Loading…
Reference in New Issue
Block a user