diff --git a/src/app/components/shared/comment-list/comment-list.component.ts b/src/app/components/shared/comment-list/comment-list.component.ts
index 1e96bd17925ddacdebbdb06b40284654b465134b..d784ce87e70fa5e68d270c349b43ff76ed75058a 100644
--- a/src/app/components/shared/comment-list/comment-list.component.ts
+++ b/src/app/components/shared/comment-list/comment-list.component.ts
@@ -356,6 +356,7 @@ export class CommentListComponent implements OnInit, OnDestroy {
       this.filteredComments = this.commentsFilteredByTime;
       this.hideCommentsList = false;
       this.currentFilter = '';
+      this.sortComments(this.currentSort);
       return;
     }
     this.filteredComments = this.commentsFilteredByTime.filter(c => {