From 4fb839a089cf48aad0885a9700e4dda626c5eb04 Mon Sep 17 00:00:00 2001 From: nickago Date: Wed, 2 Sep 2015 12:54:01 -0700 Subject: Bound on change function to react componenet --- web/react/components/user_profile.jsx | 1 + 1 file changed, 1 insertion(+) 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); } -- cgit v1.2.3-1-g7c22