master #2

Merged
onsaliyo merged 8 commits from master into BackEnd 2021-02-19 13:21:42 +01:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit e8b52ec48d - Show all commits

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']);
} }
} }