fix: Remove invalid Liquid comment from leaderboards page

This commit is contained in:
Paul Gauthier (aider) 2025-04-12 23:08:57 -07:00
parent 48038b1f5e
commit 33f0b0b41c

View file

@ -70,7 +70,6 @@ The model also has to successfully apply all its changes to the source file with
</td>
<td class="bar-cell">
{% if row.total_cost > 0 %}
{# Initial width set to 0, JS will calculate log scale width #}
<div class="bar-viz cost-bar" data-cost="{{ row.total_cost }}" data-max-cost="{{ max_cost }}" style="width: 0%; background-color: rgba(111, 66, 193, 0.3); border-right: 1px solid rgba(111, 66, 193, 0.5);"></div>
{% endif %}
<span>{% if row.total_cost == 0 %}?{% else %}${{ row.total_cost | times: 1.0 | round: 2 }}{% endif %}</span>