Skip to content

Commit 760beec

Browse files
committed
removed out-dated comment
1 parent dd8fe03 commit 760beec

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

examples/auth-flow/app.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@ var App = React.createClass({
2424
},
2525

2626
render: function() {
27-
// spans on logout because VD doesn't seem to think anything changed otherwise?
28-
// probably a bug in Link
2927
var loginOrOut = this.state.loggedIn ?
3028
<Link to="logout">Log out</Link> :
3129
<Link to="login">Sign in</Link>;

0 commit comments

Comments
 (0)