handleDelete = () => {
    this.props.dispatch(deleteSeek(
      this.props.seek,
      `Successfully deleted buy request ${this.props.seek.title}`,
    )).then(() => {