Menu icon disappear

Hi guys, my app start with welcome page. After welcome page The user redirected to new page with side menu and bottom tabbar. In the Menu I have a item to link the home page but when I click on it, the menu icon disappear.

My code “onclick item”

  menuToHome() {    
    this.navCtrl.setRoot(TabsPage, { tabIndex: 0, tabName: "Home", detail: "home" });
  }

Regards