handleDirectClick = () => {
    this.props.onDirect(this.props.status.get('account'), this.props.history);
  };