handleReply = () => {
    this.props.reply(this.props.lastStatus, this.context.router.history);
  }