handleClick = () => {
    this.props.onClose();
    this.props.onConfirm(this.props.account);
  };