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

View File

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