Improve responsiveness

This commit is contained in:
Peter Maquiran
2021-05-05 16:08:38 +01:00
parent 569bdb149d
commit ae1e49b459
4 changed files with 20 additions and 5 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) {