Fix prettier issues
All checks were successful
CI / checks (push) Successful in 55s

This commit is contained in:
Peter Smit
2025-09-13 11:44:07 +02:00
parent c49d0ea220
commit 0e77a666f4

View File

@@ -324,7 +324,9 @@ export function ExpenseForm({
if (!editedParticipants.includes(participant.participant)) {
return {
...participant,
shares: Number(amountPerRemaining.toFixed(groupCurrency.decimal_digits)),
shares: Number(
amountPerRemaining.toFixed(groupCurrency.decimal_digits),
),
}
}
return participant