fixed if balance amount is null

This commit is contained in:
Simon Pocrnjič
2026-06-21 21:51:43 +02:00
parent f168971e25
commit 88c609a520
+1 -1
View File
@@ -457,7 +457,7 @@ function normalizeMeta(meta) {
</p>
<span
class="font-bold rounded-md px-3 py-2 bg-red-50 text-red-600 border-red-100 tabular-nums"
>{{ fmtCurrency(c.account.balance_amount) }}
>{{ fmtCurrency(c.account.balance_amount) || "0,00" }}</span
</span>
</div>
<div class="flex flex-row gap-2 flex-1 justify-end-safe pr-3">