We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 795cc23 commit 96dda98Copy full SHA for 96dda98
webapp/templates/partials/problem_list.html.twig
@@ -130,7 +130,7 @@
130
{% if clarifications[problem.probid] is defined %}
131
{% set clarificationsCount = clarifications[problem.probid] | length %}
132
{% for clar in clarifications[problem.probid] %}
133
- {% if team.unreadClarifications.contains(clar) %}
+ {% if team and team.unreadClarifications.contains(clar) %}
134
{% set unseenClarificationCount = unseenClarificationCount + 1 %}
135
{% endif %}
136
{% endfor %}
0 commit comments