From 9fa407936b1c35c8cf1d03b4fd3819109ae6c124 Mon Sep 17 00:00:00 2001 From: rob Date: Tue, 4 Jan 2022 23:34:19 -0500 Subject: [PATCH] fix for comment composer in user profile --- app/views/comment/components/comment.pug | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/views/comment/components/comment.pug b/app/views/comment/components/comment.pug index 9c382c2..5fc5e53 100644 --- a/app/views/comment/components/comment.pug +++ b/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