Merge pull request #558 from nickago/hotfix
Bound on change function to react componenet
Этот коммит содержится в:
@@ -16,6 +16,7 @@ export default class UserProfile extends React.Component {
|
|||||||
super(props);
|
super(props);
|
||||||
|
|
||||||
this.uniqueId = nextId();
|
this.uniqueId = nextId();
|
||||||
|
this.onChange = this.onChange.bind(this);
|
||||||
|
|
||||||
this.state = this.getStateFromStores(this.props.userId);
|
this.state = this.getStateFromStores(this.props.userId);
|
||||||
}
|
}
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user