0
0
Fork 0

Compare commits

...

1 Commits

Author SHA1 Message Date
Carlos Satorres 3cf3578e90 refs #6325 remove * 2023-10-22 12:18:34 +02:00
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ const balanceDue = computed(() => {
const balanceDueWarning = computed(() => (balanceDue.value ? 'negative' : ''));
const claimRate = computed(() => {
return customer.value.claimsRatio.claimingRate * 100;
return customer.value.claimsRatio.claimingRate;
});
const priceIncreasingRate = computed(() => {