@ -320,7 +320,7 @@ class Item extends React.Component {
class List extends React.Component {
constructor(props) {
super(props);
this.handleChange = this.handleChange();
this.handleChange = this.handleChange.bind(this);
}
handleChange() {