summaryrefslogtreecommitdiffstats
path: root/web/react/components
diff options
context:
space:
mode:
Diffstat (limited to 'web/react/components')
-rw-r--r--web/react/components/user_profile.jsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/web/react/components/user_profile.jsx b/web/react/components/user_profile.jsx
index 0d10166f3..fbdcdca59 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);
}