mirror of
https://github.com/valitydev/dashboard.git
synced 2024-11-06 02:25:23 +00:00
fix amount with fee
This commit is contained in:
parent
34dddb419b
commit
593d16e798
@ -5,10 +5,10 @@
|
||||
gdGap="24px"
|
||||
>
|
||||
<div class="dsh-headline">
|
||||
{{ withdrawal.body.amount | toMajor | currency: withdrawal.body.currency }}
|
||||
{{ withdrawal.body.amount + withdrawal.fee.amount | toMajor | currency: withdrawal.body.currency }}
|
||||
</div>
|
||||
<dsh-details-item [title]="t('amount')">
|
||||
{{ withdrawal.body.amount - withdrawal.fee.amount | toMajor | currency: withdrawal.body.currency }}
|
||||
{{ withdrawal.body.amount | toMajor | currency: withdrawal.body.currency }}
|
||||
</dsh-details-item>
|
||||
<dsh-details-item [title]="t('fee')">
|
||||
{{ withdrawal.fee.amount | toMajor | currency: withdrawal.fee.currency }} ({{
|
||||
|
Loading…
Reference in New Issue
Block a user