handleEditClick = () => {
    this.props.onEdit(this.props.status, this.context.router.history);
  }