Skip to content

Commit 472d25b

Browse files
committed
fix comments
1 parent 4f18546 commit 472d25b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/components/styles/comments.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
</time>
1313
</div>
1414
<div class="comment__body">
15-
{% if post.typeHandle == 'importedEntries' %}
15+
{% if post.typeHandle == 'blogPosts_importedEntries' %}
1616
<p>{{ comment.comment|raw }}</p>
1717
{% else %}
1818
<p>{{ comment.comment|nl2br }}</p>

0 commit comments

Comments
 (0)