handleSold = () => {
    this.props.dispatch(updateListing({
      ...this.props.listing,
      isActive: !this.props.listing.isActive,
    })).then(() => {