handleSecondary = () => {
    this.props.onClose();
    this.props.onBlockAndReport(this.props.account);
  };