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 532819baed8ee2eef843dc8ef701b030c8d5782c..b3afb6633a00507a0ce5938ff8bef52a6ec4a214 100644
--- a/src/app/components/shared/comment-list/comment-list.component.ts
+++ b/src/app/components/shared/comment-list/comment-list.component.ts
@@ -20,7 +20,7 @@ export class CommentListComponent implements OnInit {
 
   constructor(private commentService: CommentService,
     private translateService: TranslateService,
-    protected langService: LanguageService) {
+    protected langService: LanguageService,
     private rxStompService: RxStompService) {
     langService.langEmitter.subscribe(lang => translateService.use(lang));
   }