Skip to content

Commit e6aa6fc

Browse files
committed
Merge pull request #104 from bobeagan/patch-1
Correct a copy/paste mistake in examples/auth-flow
2 parents 927270c + 45152c3 commit e6aa6fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/auth-flow/app.js

Lines changed: 1 addition & 1 deletion
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)