diff --git a/webapp/components/CommentList/CommentList.spec.js b/webapp/components/CommentList/CommentList.spec.js index cd18d4443..4deee4180 100644 --- a/webapp/components/CommentList/CommentList.spec.js +++ b/webapp/components/CommentList/CommentList.spec.js @@ -34,7 +34,7 @@ describe('CommentList.vue', () => { content: 'this is a deleted comment', deleted: true, author: { id: 'some-user' }, - } + }, ], }, } diff --git a/webapp/components/CommentList/CommentList.vue b/webapp/components/CommentList/CommentList.vue index 658415b89..30976c86f 100644 --- a/webapp/components/CommentList/CommentList.vue +++ b/webapp/components/CommentList/CommentList.vue @@ -1,7 +1,10 @@