Remove comments pagination

This commit is contained in:
riggraz
2019-09-17 15:03:25 +02:00
parent b40ddfd543
commit 476f720119
8 changed files with 7 additions and 37 deletions

View File

@@ -18,10 +18,6 @@ const mapDispatchToProps = (dispatch) => ({
dispatch(requestPost(postId));
},
requestComments(postId: number, page: number = 1) {
dispatch(requestComments(postId, page));
},
changePostStatus(postId: number, newPostStatusId: number, authenticityToken: string) {
if (isNaN(newPostStatusId)) newPostStatusId = null;