Browse Source

Feature: Set precision for Bitcoin values in accounts table

pull/6029/head
Joarley Santos 2 months ago
parent
commit
b4b734e03f
  1. 1
      libs/ui/src/lib/accounts-table/accounts-table.component.html

1
libs/ui/src/lib/accounts-table/accounts-table.component.html

@ -179,6 +179,7 @@
class="d-inline-block justify-content-end"
[isCurrency]="true"
[locale]="locale"
[precision]="element.currency === 'BTC' || element.currency === 'bitcoin' ? 8: undefined"
[value]="element.value"
/>
</td>

Loading…
Cancel
Save