Skip to content

Commit ef749cf

Browse files
committed
Merge pull request #754 from DelvarWorld/doc-doc
Fixing doc erroneous line typo
2 parents 10359a5 + 19a7b19 commit ef749cf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

docs/api/mixins/State.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@ var Tab = React.createClass({
7171
render: function () {
7272
var isActive = this.isActive(this.props.to, this.props.params, this.props.query);
7373
var className = isActive ? 'active' : '';
74-
var link = Link(this.props);
7574
var link = (
7675
<Link {...this.props} />
7776
);

0 commit comments

Comments
 (0)