handleBought = () => {
    this.props.dispatch(updateSeek({
      ...this.props.seek,
      isActive: !this.props.seek.isActive,
    })).then(() => {