toggleDialog()

in client/src/components/product-item.js [83:86]


  toggleDialog() {
    this.state.openDialog = !this.state.openDialog;
    this.requestUpdate();
  }