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:
commit
cfe113b1a0
1 changed files with 2 additions and 2 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue