react: Remove extra ending bracket (#972)

This commit is contained in:
James Allen 2020-07-05 06:07:19 -05:00 committed by GitHub
parent 45160e4cc7
commit 18ebcc9b2e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -215,8 +215,7 @@ And without constructor using [Babel](https://babeljs.io/) with [proposal-class-
```jsx ```jsx
class Hello extends Component { class Hello extends Component {
state = { visible: true } state = { visible: true }
}
} }
``` ```
{: data-line="2"} {: data-line="2"}