Skip to content

Commit

Permalink
KPMP-1917: Fixing some codacy issues
Browse files Browse the repository at this point in the history
  • Loading branch information
rlreamy committed Jun 22, 2020
1 parent ad8ecd9 commit 06a6ebe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Validation/FilenameValidationPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ class FilenameValidationPage extends Component {
this.state = {
packageId: '',
filenames: ''
}
};
this.handleSubmit = this.handleSubmit.bind(this);
}

Expand Down

0 comments on commit 06a6ebe

Please sign in to comment.