Fix most liked button

master
Max 5 years ago
parent 20958851e3
commit f8ad256a8f

@ -82,7 +82,6 @@ export class FeedComponent implements OnInit {
}
showMostLiked() {
this.view = 'mostLiked';
this.feedService.getPosts('TOP');
}
}

Loading…
Cancel
Save