function onFollowHandler()

in src/components/Navigation.tsx [57:62]


  function onFollowHandler(ev: any) {
    if (!ev.detail.href.startsWith("http")) {
      ev.preventDefault();
      history.push(ev.detail.href);
    }
  }