handleClick() {
    const {actions, pathname} = this.props
    actions.router.pushLocation({
      pathname: pathname
    })