TSK-1038: Fix comments presenter (#2896)

Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
This commit is contained in:
Andrey Sobolev
2023-04-05 17:29:10 +07:00
committed by GitHub
parent 1f966a36c1
commit 972e82eb32
12 changed files with 113 additions and 61 deletions
@@ -114,7 +114,7 @@
<Label label={chunter.string.Comments} />:
</div>
<div class="ml-2">
<CommentPopup objectId={issue._id} />
<CommentPopup objectId={issue._id} object={issue} />
</div>
{/if}
{/if}