This commit is contained in:
tiago.kayaya
2021-05-05 17:17:06 +01:00
14 changed files with 187 additions and 152 deletions
@@ -39,10 +39,8 @@ export class EventListPage implements OnInit {
} else {
this.profile = 'PR'
}
this.LoadToApproveEvents();
this.router.events.forEach((event) => {
if(event instanceof NavigationEnd && event.url == this.router.url) {