have 2 decimals for history values
Some checks failed
Backend Build and Test / build (push) Has been cancelled

This commit is contained in:
Huffle 2025-06-26 09:06:10 +02:00
parent b8ffa6f894
commit 43a8447368

View File

@ -15,6 +15,6 @@
<div <div
class="amount" class="amount"
[ngClass]="{ 'negative': history.allowance < 0 }" [ngClass]="{ 'negative': history.allowance < 0 }"
>{{ history.allowance }} SP</div> >{{ history.allowance.toFixed(2) }} SP</div>
</div> </div>
</ion-content> </ion-content>