Format and round the USD value of balances

This commit is contained in:
2020-08-13 16:30:39 +02:00
parent 5f90bc23bc
commit e86541574d
2 changed files with 5 additions and 2 deletions
+1 -1
View File
@@ -11,7 +11,7 @@
<tr>
<th>{{balance.token.symbol}}</th>
<td class="amount">{{fmt-crypto-currency balance.balance balance.token.symbol}}</td>
<td class="fiat-amount">{{balance.balanceUsd}} USD</td>
<td class="fiat-amount">~{{balance.balanceUsd}} USD</td>
</tr>
{{/each}}
</tbody>