mirror of
https://github.com/spliit-app/spliit.git
synced 2025-12-06 01:19:29 +01:00
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user