Skip to content

Commit

Permalink
Add back missing var
Browse files Browse the repository at this point in the history
  • Loading branch information
mjackson committed Sep 11, 2015
1 parent 50372fe commit 7dcbfe0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/Link.js
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ var Link = React.createClass({
},

render() {
var { to, query } = this.props;
var { to, query, onlyActiveOnIndex } = this.props;

var props = {
...this.props,
Expand Down

0 comments on commit 7dcbfe0

Please sign in to comment.