Browse Source

quick fix

develop^2
Rob Colbert 2 years ago
parent
commit
70ab569882
  1. 2
      app/views/comment/components/comment.pug

2
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
Loading…
Cancel
Save