diff --git a/src/ts/containers/test/commons/Tree.tsx b/src/ts/containers/test/commons/Tree.tsx index e7ec18b..13bc91c 100644 --- a/src/ts/containers/test/commons/Tree.tsx +++ b/src/ts/containers/test/commons/Tree.tsx @@ -1,5 +1,5 @@ import * as React from 'react'; -import update from 'immutability-helper'; +// import update from 'immutability-helper'; @@ -36,7 +36,7 @@ export class Tree extends React.Component { render() { return ( - + ); } @@ -156,9 +156,9 @@ export class DiscoveryResult extends React.Component { - const newPortState = update.newContext()(this.state.portState, { + {/*const newPortState = update.newContext()(this.state.portState, { [hh.ip]: !this.state.portState[hh.ip] - }); + });*/} {/*this.setState({ portState: newPortState });*/ }