You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't think we should need to use the setState method in orgs to renderOrgs() { this.setState({ showOrgs: !this.state.showOrgs }); }
rather, we should map this to state and handle it that way - when this issue is closed I will write a test for it