AP-139 #141

Merged
Huffle merged 4 commits from AP-139 into main 2025-06-26 09:08:58 +02:00
Showing only changes of commit 43a8447368 - Show all commits

View File

@ -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>