Small issues to fix #5532

This commit is contained in:
James Cole
2025-08-22 09:52:27 +02:00
parent 8c410f42bd
commit 80bcfd3bcd
6 changed files with 18 additions and 17 deletions

View File

@@ -147,7 +147,7 @@
<div class="box-header with-border">
<h3 class="box-title">{{ 'transactions'|_ }}
{% if balances.balance %}
({{ formatAmountBySymbol(balances.balance, currency.symbol, currency.decimal_places, true)|raw }})
({{ formatAmountBySymbol(balances.balance, currency.symbol, currency.decimal_places, true)|raw }})
{% elseif balances.pc_balance %}
({{ formatAmountBySymbol(balances.pc_balance, primaryCurrency.symbol, primaryCurrency.decimal_places, true)|raw }})
{% endif %}