Remove unnecessary delete state logic in OrganizationsTableRow

pull/10616/head
Jared Scheib 2017-11-10 00:50:11 -08:00
parent efc025403f
commit f471e3960e
1 changed files with 0 additions and 1 deletions

View File

@ -76,7 +76,6 @@ class OrganizationsTableRow extends Component {
handleDeleteOrg = organization => {
const {onDelete} = this.props
this.setState({isDeleting: false})
onDelete(organization)
}