Skip to content

Commit

Permalink
correcting variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
Robbie1977 authored Jul 12, 2021
1 parent cf5e719 commit d79d3d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/interface/VFBCircuitBrowser/Controls.js
Original file line number Diff line number Diff line change
Expand Up @@ -586,7 +586,7 @@ class Controls extends Component {
color="primary"
classes={{ root : classes.refreshButton }}
id="refreshCircuitBrowser"
onClick={() => this.props.updateGraph(this.neuronFields, this.hops, this.weight)}
onClick={() => this.props.updateGraph(this.neuronFields, this.paths, this.weight)}
>Refresh</Button>
</Grid>
<Grid item container justify="flex-end" sm={6}>
Expand Down

1 comment on commit d79d3d0

@Robbie1977
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jrmartin should have flagged this changed so was getting stuck

Please sign in to comment.