We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 927270c commit 45152c3Copy full SHA for 45152c3
examples/auth-flow/app.js
@@ -34,7 +34,7 @@ var App = React.createClass({
34
<li><Link to="about">About</Link></li>
35
<li><Link to="dashboard">Dashboard</Link> (authenticated)</li>
36
</ul>
37
- {this.props.activeRouteHandler()()}
+ {this.props.activeRouteHandler()}
38
</div>
39
);
40
}
0 commit comments