Skip to content

Commit 45152c3

Browse files
committed
correct a copy/paste mistake
1 parent 927270c commit 45152c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/auth-flow/app.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ var App = React.createClass({
3434
<li><Link to="about">About</Link></li>
3535
<li><Link to="dashboard">Dashboard</Link> (authenticated)</li>
3636
</ul>
37-
{this.props.activeRouteHandler()()}
37+
{this.props.activeRouteHandler()}
3838
</div>
3939
);
4040
}

0 commit comments

Comments
 (0)