vertical account names

This commit is contained in:
2024-11-19 13:21:44 +01:00
parent 7b07f0861a
commit 7676b3f0d2
3 changed files with 25 additions and 6 deletions
@@ -89,7 +89,8 @@ export default defineComponent({
}
}
return sums;
// Zaokrąglanie każdej sumy do dwóch miejsc po przecinku
return sums.map(sum => Number(sum.toFixed(2)));
}
return {