onSelect = ({ id }: Object) => {
    this.props.router.push(updateSectionRoute(id));
  };