handleDeleteClick = () => {
    this.props.onDelete(this.props.status, this.context.router.history);
  };