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 089b509 commit 68fdc82Copy full SHA for 68fdc82
examples/auth-flow/app.js
@@ -35,7 +35,7 @@ const App = React.createClass({
35
<li><Link to="/about">About</Link></li>
36
<li><Link to="/dashboard">Dashboard</Link> (authenticated)</li>
37
</ul>
38
- {this.props.children || <p>You are {!this.state.loggedIn && "not"} logged in.</p>}
+ {this.props.children || <p>You are {!this.state.loggedIn && 'not'} logged in.</p>}
39
</div>
40
)
41
}
0 commit comments