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 91ac3d8 commit 53a6000Copy full SHA for 53a6000
content/docs/conditional-rendering.md
@@ -209,7 +209,7 @@ function WarningBanner(props) {
209
class Page extends React.Component {
210
constructor(props) {
211
super(props);
212
- this.state = {showWarning: true}
+ this.state = {showWarning: true};
213
this.handleToggleClick = this.handleToggleClick.bind(this);
214
}
215
0 commit comments