Frontend Cleanup

This commit is contained in:
Qstick
2021-02-07 23:13:23 -05:00
parent f55bf4fc6d
commit 5e7ef18212
4 changed files with 10 additions and 15 deletions

View File

@@ -42,7 +42,6 @@ function createMapStateToProps() {
class IndexersSelectInputConnector extends Component {
onChange = ({ name, value }) => {
console.log(name, value);
this.props.onChange({ name, value });
}