diff --git a/web/react/components/user_profile.jsx b/web/react/components/user_profile.jsx index 0d10166f31..fbdcdca59e 100644 --- a/web/react/components/user_profile.jsx +++ b/web/react/components/user_profile.jsx @@ -16,6 +16,7 @@ export default class UserProfile extends React.Component { super(props); this.uniqueId = nextId(); + this.onChange = this.onChange.bind(this); this.state = this.getStateFromStores(this.props.userId); }