This commit is contained in:
tiago.kayaya
2021-06-29 15:13:04 +01:00
parent c846aec4cb
commit fe362c3625
6 changed files with 23 additions and 74 deletions
@@ -108,12 +108,6 @@ export class ViewEventPage implements OnInit {
this.router.navigate(['/home',params["params"].caller]);
}
});
/* this.activatedRoute.queryParams.subscribe(params => {
if(params["caller"]) {
this.router.navigate(['/home',params["caller"]]);
}
}); */
}
loadEvent(){