06/02 Modified Accounts page, remove the incorrect balance of items

This commit is contained in:
2026-06-02 10:48:15 -04:00
parent 2d24c0585e
commit ae50e164cd
-3
View File
@@ -36,9 +36,6 @@
</ul>
</div>
</div>
<div class="mono {% if acct.balance >= 0 %}text-income{% else %}text-expense{% endif %}" style="font-size:26px;font-weight:600;">
{{ acct.balance | currency }}
</div>
{% if acct.notes %}
<div style="font-size:12px;color:var(--muted);margin-top:8px;">{{ acct.notes }}</div>
{% endif %}