arreglados errores commit anterior

This commit is contained in:
2021-05-12 18:22:30 +02:00
parent 4aa238ab9e
commit 3c2976437d
2 changed files with 51 additions and 54 deletions

View File

@@ -21,7 +21,7 @@ export class FeedPage implements OnInit {
mostrarEvento(evento: Eventoi){
this.feedService.eventoIndex = this.eventos.indexOf(evento);
this.router.navigate(['/tabs/tab2/view-evento-cliente']);
this.router.navigate(['/tabsUser/tab2/view-evento-cliente']);
}
}