Skip to content

Commit

Permalink
fix: 🐛 Dropzone eslint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
matheusps authored and emersonlaurentino committed Mar 19, 2020
1 parent bf6712e commit bbe0051
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions react/components/Dropzone/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -135,11 +135,11 @@ class Dropzone extends PureComponent {
}

Dropzone.defaultProps = {
onDropRejected: () => {},
onDropRejected: () => null,
children: null,
icon: null,
isLoading: false,
onFileReset: () => {},
onFileReset: () => null,
multiple: false,
}

Expand Down

0 comments on commit bbe0051

Please sign in to comment.