From 70ab56988277886ea703a0644bf65d1d83659f78 Mon Sep 17 00:00:00 2001 From: rob Date: Mon, 22 Aug 2022 05:16:49 -0400 Subject: [PATCH] quick fix --- app/views/comment/components/comment.pug | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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