Skip to content

Commit 18ebcc9

Browse files
authored
react: Remove extra ending bracket (rstacruz#972)
1 parent 45160e4 commit 18ebcc9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

react.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -215,8 +215,7 @@ And without constructor using [Babel](https://babeljs.io/) with [proposal-class-
215215

216216
```jsx
217217
class Hello extends Component {
218-
state = { visible: true }
219-
}
218+
state = { visible: true }
220219
}
221220
```
222221
{: data-line="2"}

0 commit comments

Comments
 (0)