diff --git a/templates/components/PuzzleTimes.html.twig b/templates/components/PuzzleTimes.html.twig index 00ce1b9..27f27f6 100644 --- a/templates/components/PuzzleTimes.html.twig +++ b/templates/components/PuzzleTimes.html.twig @@ -49,7 +49,7 @@ {% endif %} - {% if this.availableCountries|length > 1 or (this.category == 'solo' and this.times|length > 1) %} + {% if this.activeFiltersCount > 0 or this.availableCountries|length > 1 or (this.category == 'solo' and this.times|length > 1) %}