diff --git a/src/app/live/live.page.ts b/src/app/live/live.page.ts index c359640..6823d82 100644 --- a/src/app/live/live.page.ts +++ b/src/app/live/live.page.ts @@ -239,6 +239,10 @@ export class LivePage implements OnInit { } ngOnInit() { + + } + + ionViewDidEnter() { this.matchService.getFixtures().then((data: Array) => { this.fixtures = data; @@ -276,9 +280,6 @@ export class LivePage implements OnInit { }); } - ionViewDidEnter() { - } - showMatchDetails() { this.router.navigate(['/match-details', { match_id: this.currentMatch.Matchdetail.Match.Id }]); }