Remove extra character.

This commit is contained in:
James Cole 2022-04-02 09:25:28 +02:00
parent e453ee19a1
commit 51b07f08ac
No known key found for this signature in database
GPG Key ID: B49A324B7EAD6D80

View File

@ -65,7 +65,6 @@
{{ formatAmountBySymbol(sum.amount*-1, sum.currency_symbol, sum.currency_decimal_places, false) }}{% if loop.index != group.sums|length %},{% endif %}X
</span>
{% else %}
X
{{ formatAmountBySymbol(sum.amount, sum.currency_symbol, sum.currency_decimal_places) }}{% if loop.index != group.sums|length %},{% endif %}
{% endif %}
{% endfor %}