diff --git a/app/templates/views/dashboard/template-statistics.html b/app/templates/views/dashboard/template-statistics.html index 1b6fa70d8..cb3554afa 100644 --- a/app/templates/views/dashboard/template-statistics.html +++ b/app/templates/views/dashboard/template-statistics.html @@ -34,18 +34,7 @@ {% endif %} {% endcall %} - {% if template_statistics|length > 1 %} - {{ spark_bar_field(item.count, most_used_template_count, id=item.template_id) }} - {% else %} - {% call field() %} - - {{ big_number( - item.count, - smallest=True - ) }} - - {% endcall %} - {% endif %} + {{ spark_bar_field(item.count, most_used_template_count, id=item.template_id) }} {% endcall %} {{ show_more( url_for('.template_usage', service_id=current_service.id),