Skip to content

Commit

Permalink
Footer Updates: FIx 1
Browse files Browse the repository at this point in the history
  • Loading branch information
aAmitSengar committed May 25, 2022
1 parent 7078e0b commit a0db2bd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/app/component/root/root.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,8 @@ export class RootComponent implements OnInit, AfterViewInit {
this.currentUrl = event.url
if (!!this.currentUrl.startsWith('/public/logout')) {
this.showFooter = false
} else{
this.showFooter = true
}
}

Expand Down

0 comments on commit a0db2bd

Please sign in to comment.