UI for crypto fee.
This commit is contained in:
parent
4a1fd498f5
commit
e21592dec8
2 changed files with 38 additions and 8 deletions
|
|
@ -73,11 +73,8 @@
|
|||
|
||||
<div class="fee-summary">
|
||||
<div class="fee-fiat positive">Fee: Less than 1 cent</div>
|
||||
<div class="fee-crypto"
|
||||
ng-init="fee = {value: '0.00195823', currency: 'BCH'};">
|
||||
<amount
|
||||
value="fee.value"
|
||||
currency="fee.currency"></amount>
|
||||
<div class="fee-crypto">
|
||||
{{vm.fee.cryptoAmount}} {{vm.fee.cryptoCurrencyCode}}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue