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