Skip to content

Commit

Permalink
fix: now the episodes endpoints don't bring all the other episodes
Browse files Browse the repository at this point in the history
  • Loading branch information
PhantomPainX committed Aug 12, 2023
1 parent 176c024 commit fcb9a9b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 14 deletions.
7 changes: 0 additions & 7 deletions src/app/pages/home/home.page.ts
Original file line number Diff line number Diff line change
Expand Up @@ -605,13 +605,6 @@ export class HomePage implements OnInit {

popover.present();
}
},
{
text: 'Todos los Episodios',
icon: 'play',
handler: () => {
this.openEpisodesModal(episode.anime);
}
}, {
text: 'Ver Comentarios',
icon: 'chatbubbles',
Expand Down
7 changes: 0 additions & 7 deletions src/app/pages/home/see-more/see-more.page.ts
Original file line number Diff line number Diff line change
Expand Up @@ -638,13 +638,6 @@ export class SeeMorePage implements OnInit {

popover.present();
}
},
{
text: 'Todos los Episodios',
icon: 'play',
handler: () => {
this.openEpisodesModal(episode.anime);
}
}, {
text: 'Ver Comentarios',
icon: 'chatbubbles',
Expand Down

0 comments on commit fcb9a9b

Please sign in to comment.