diff --git a/src/app/component/root/root.component.ts b/src/app/component/root/root.component.ts index 9450ed936..7b45ca3ca 100755 --- a/src/app/component/root/root.component.ts +++ b/src/app/component/root/root.component.ts @@ -208,9 +208,9 @@ export class RootComponent implements OnInit, AfterViewInit { this.showFooter = false this.showNavbar = false this.isNavBarRequired = false - } else if (this.currentUrl.startsWith('/public/home')) { - this.showNavbar = true - } else { + } + + else { this.showFooter = true this.showNavbar = true this.isNavBarRequired = true