Skip to content

Commit

Permalink
Merge pull request #104 from bobeagan/patch-1
Browse files Browse the repository at this point in the history
Correct a copy/paste mistake in examples/auth-flow
  • Loading branch information
ryanflorence committed Jul 22, 2014
2 parents 927270c + 45152c3 commit e6aa6fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/auth-flow/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ var App = React.createClass({
<li><Link to="about">About</Link></li>
<li><Link to="dashboard">Dashboard</Link> (authenticated)</li>
</ul>
{this.props.activeRouteHandler()()}
{this.props.activeRouteHandler()}
</div>
);
}
Expand Down

0 comments on commit e6aa6fc

Please sign in to comment.