diff --git a/core/themes/classy/templates/field/field--comment.html.twig b/core/themes/classy/templates/field/field--comment.html.twig
index 595bc50..a0890f6 100644
--- a/core/themes/classy/templates/field/field--comment.html.twig
+++ b/core/themes/classy/templates/field/field--comment.html.twig
@@ -45,7 +45,7 @@
   ]
 %}
 <section{{ attributes.addClass(classes) }}>
-  {% if comments and not label_hidden %}
+  {% if comments.pager and not label_hidden %}
     {{ title_prefix }}
     <h2{{ title_attributes.addClass(title_classes) }}>{{ label }}</h2>
     {{ title_suffix }}
