Skip to content

Commit

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

0 comments on commit 3c54c43

Please sign in to comment.