diff --git a/app/views/comment/components/comment.pug b/app/views/comment/components/comment.pug index a3db135..a5769af 100644 --- a/app/views/comment/components/comment.pug +++ b/app/views/comment/components/comment.pug @@ -121,7 +121,7 @@ mixin renderComment (comment, options) ).dtp-reply-composer.uk-margin if user && user.permissions.canComment .uk-margin - +renderCommentComposer(Object.assign({ showCancel: true, replyTo: comment._id }, options)) + +renderCommentComposer(`composer-reply-${comment._id}`, Object.assign({ showCancel: true, replyTo: comment._id }, options)) div(data-comment-id= comment._id, hidden).dtp-reply-list-container.uk-margin ul(data-comment-id= comment._id).dtp-reply-list.uk-list.uk-margin-medium-left \ No newline at end of file