toggleSoldOutDialog()

in client/src/components/product-item.js [91:94]


  toggleSoldOutDialog() {
    this.state.openSoldOutDialog = !this.state.openSoldOutDialog;
    this.requestUpdate();
  }