File tree 3 files changed +3
-3
lines changed 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ class NewFileForm extends React.Component {
48
48
49
49
NewFileForm . propTypes = {
50
50
fields : PropTypes . shape ( {
51
- name : PropTypes . object . isRequired // eslint-disable-line
51
+ name : PropTypes . object . isRequired
52
52
} ) . isRequired ,
53
53
handleSubmit : PropTypes . func . isRequired ,
54
54
createFile : PropTypes . func . isRequired ,
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ class NewFolderForm extends React.Component {
49
49
50
50
NewFolderForm . propTypes = {
51
51
fields : PropTypes . shape ( {
52
- name : PropTypes . object . isRequired // eslint-disable-line
52
+ name : PropTypes . object . isRequired
53
53
} ) . isRequired ,
54
54
handleSubmit : PropTypes . func . isRequired ,
55
55
createFolder : PropTypes . func . isRequired ,
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ function ResetPasswordForm(props) {
32
32
33
33
ResetPasswordForm . propTypes = {
34
34
fields : PropTypes . shape ( {
35
- email : PropTypes . object . isRequired // eslint-disable-line
35
+ email : PropTypes . object . isRequired
36
36
} ) . isRequired ,
37
37
handleSubmit : PropTypes . func . isRequired ,
38
38
initiateResetPassword : PropTypes . func . isRequired ,
You can’t perform that action at this time.
0 commit comments