Browse Source

fix for comment composer in user profile

develop
Rob Colbert 2 years ago
parent
commit
9fa407936b
  1. 2
      app/views/comment/components/comment.pug

2
app/views/comment/components/comment.pug

@ -1,3 +1,5 @@
include composer
mixin renderComment (comment)
- var resourceId = comment.resource._id || comment.resource;
article(data-comment-id= comment._id).uk-comment.dtp-site-comment

Loading…
Cancel
Save