Arreglado el routing desde discoteca hasta prompt evento

This commit is contained in:
onsaliyo 2021-01-27 13:38:08 +01:00
parent 91e2261246
commit e8b52ec48d
1 changed files with 1 additions and 1 deletions

View File

@ -161,7 +161,7 @@ export class PerfilDiscotecaPage implements OnInit {
} }
addEvento() { addEvento() {
this.router.navigate(['/tabs/tab1/tab1/prompt-evento']); this.router.navigate(['/tabs/tab1/prompt-evento']);
} }
} }