handleMention = () => {
    this.props.onMention(this.props.account, this.context.router.history);
  }