Skip to content
Snippets Groups Projects
Commit 4f2376a5 authored by esikkala's avatar esikkala
Browse files

Fix typo

parent 28cabf8c
No related branches found
No related tags found
No related merge requests found
......@@ -69,7 +69,7 @@ class Network extends React.Component {
// console.log(this.props.results.elements)
this.cy.elements().remove()
if (this.props.preprocess) {
this.preprocess(this.props.results.elements)
this.props.preprocess(this.props.results.elements)
}
this.cy.add(this.props.results.elements)
this.cy.layout(this.props.layout).run()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment