diff --git a/template/comment.twig b/template/comment.twig index f3bdff1..3fe4d31 100644 --- a/template/comment.twig +++ b/template/comment.twig @@ -51,7 +51,7 @@ {% include 'comment.twig' with { 'post': post, 'comments': comments, - 'votes': votes.comment, + 'votes': votes, 'parent_id': comment.id, 'depth': depth + 1 } %}