Merge pull request 'fix: {{ taxPaidGes }} and {{ profit }} render empty during async load (#330)' (#373) from fix/issue-330 into master

This commit is contained in:
johba 2026-02-28 14:42:31 +01:00
commit cfe113b1a0

View file

@ -38,11 +38,11 @@
<div class="profit-stats-wrapper">
<div class="profit-stats-item">
<div><b>Tax Paid</b></div>
<div>{{ taxPaidGes }} $KRK</div>
<div>{{ taxPaidGes ?? '...' }} $KRK</div>
</div>
<div class="profit-stats-item">
<div><b>Issuance Earned</b></div>
<div>{{ profit }} $KRK</div>
<div>{{ profit ?? '...' }} $KRK</div>
</div>
<div class="profit-stats-item profit-stats-total">
<div><b>Total</b></div>