Contribution Date
Technology
Contribution Project
Contribution Details
Hi @mherchel, Now we're using the logic when we have comments then it will print the label, other wise it will not print it.
{% if comments and not label_hidden %}
{{ title_prefix }}
<h2{{ title_attributes.addClass('comments__title') }}>{{ label }} <span class="comments__count">{{ comment_count }}</span></h2>
{{ title_suffix }}
{% endif %}
Contribution Issue Link
Contribution Link
Files count
1
Patches count
0