Skip to content

Commit f1b61a8

Browse files
Fix typo
1 parent da53ccd commit f1b61a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webapp/templates/partials/scoreboard_table.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -535,7 +535,7 @@
535535
{% endif %}
536536
<a {% if extra is not null %}{{ extra | raw }}{% endif %} {% if link is not null %}href="{{ link }}"{% endif %}>
537537
<span class="forceWidth">
538-
{# TODO: how to display badges on mobile scorebaord #}
538+
{# TODO: how to display badges on mobile scoreboard #}
539539
{% if false %}
540540
{% set hasBadges = score.team.badgeCategories | length > 0 %}
541541
{% for category in score.team.topBadgeCategories %}

0 commit comments

Comments
 (0)