We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd8fe03 commit 760beecCopy full SHA for 760beec
examples/auth-flow/app.js
@@ -24,8 +24,6 @@ var App = React.createClass({
24
},
25
26
render: function() {
27
- // spans on logout because VD doesn't seem to think anything changed otherwise?
28
- // probably a bug in Link
29
var loginOrOut = this.state.loggedIn ?
30
<Link to="logout">Log out</Link> :
31
<Link to="login">Sign in</Link>;
0 commit comments