Update CommentsRedux2.md

master
Matt Huntington 8 years ago committed by GitHub
parent 2da5c2cc1e
commit 0f8e8cf367
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -102,7 +102,7 @@ Export the `VisibleCommentsForm` component:
export default VisibleCommentsForm; export default VisibleCommentsForm;
``` ```
Refactor `handleSubmit` to this the `handleSubmit` component prop: Refactor `handleSubmit` to use the `handleSubmit` component prop:
```javascript ```javascript
handleSubmit(event){ handleSubmit(event){

Loading…
Cancel
Save