Skip to content

Commit

Permalink
No unused vars
Browse files Browse the repository at this point in the history
  • Loading branch information
jordwest committed Aug 23, 2016
1 parent 2c46bba commit 8d3085f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class HostCredentialsPage extends Component {
this.setFieldValue( fieldName, e.target.value );
}

submit = data => {
submit = () => {
// Future PR: This function will trigger the Redux API call
}

Expand Down

0 comments on commit 8d3085f

Please sign in to comment.