use constructor bound methods for org view

This commit is contained in:
Jake McDermott 2019-01-03 12:25:38 -05:00
parent afcfd1640e
commit 6446e45165
No known key found for this signature in database
GPG Key ID: 9A6F084352C3A0B7

View File

@ -27,6 +27,8 @@ class OrganizationView extends Component {
loading: false,
mounted: false
};
this.fetchOrganization = this.fetchOrganization.bind(this);
}
componentDidMount () {