diff --git a/src/Skobkin/Bundle/PointToolsBundle/Resources/views/Post/post.html.twig b/src/Skobkin/Bundle/PointToolsBundle/Resources/views/Post/post.html.twig index 3d580bf..9c46955 100644 --- a/src/Skobkin/Bundle/PointToolsBundle/Resources/views/Post/post.html.twig +++ b/src/Skobkin/Bundle/PointToolsBundle/Resources/views/Post/post.html.twig @@ -31,7 +31,7 @@
#{{ post.id }}
- {% if is_feed is defined and post.comments|length > 0 %} + {% if is_feed is not defined and post.comments|length > 0 %}
{# {% include '@SkobkinPointTools/Post/comments_tree.html.twig' with {