have 2 decimals for history values
Some checks failed
Backend Build and Test / build (push) Has been cancelled
Some checks failed
Backend Build and Test / build (push) Has been cancelled
This commit is contained in:
parent
b8ffa6f894
commit
43a8447368
@ -15,6 +15,6 @@
|
||||
<div
|
||||
class="amount"
|
||||
[ngClass]="{ 'negative': history.allowance < 0 }"
|
||||
>{{ history.allowance }} SP</div>
|
||||
>{{ history.allowance.toFixed(2) }} SP</div>
|
||||
</div>
|
||||
</ion-content>
|
||||
|
Loading…
x
Reference in New Issue
Block a user