Skip to content

Commit d093f90

Browse files
nickygerritsenvmcj
authored andcommitted
Use correct check for handled clarification filtering.
(cherry picked from commit 8afedcc)
1 parent 6d4927f commit d093f90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webapp/templates/jury/clarifications.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
{%- endif %}
8282
{% endif %}
8383

84-
{% if currentFilter is null or currentFilter == 'old' %}
84+
{% if currentFilter is null or currentFilter == 'handled' %}
8585
<h3 id="oldrequests" class="mt-4">Handled requests</h3>
8686
{%- if oldClarifications | length == 0 %}
8787
<p class="nodata">No old clarification requests.</p>

0 commit comments

Comments
 (0)