mirror of
https://github.com/spliit-app/spliit.git
synced 2026-03-05 12:16:13 +01:00
This commit is contained in:
@@ -324,7 +324,9 @@ export function ExpenseForm({
|
|||||||
if (!editedParticipants.includes(participant.participant)) {
|
if (!editedParticipants.includes(participant.participant)) {
|
||||||
return {
|
return {
|
||||||
...participant,
|
...participant,
|
||||||
shares: Number(amountPerRemaining.toFixed(groupCurrency.decimal_digits)),
|
shares: Number(
|
||||||
|
amountPerRemaining.toFixed(groupCurrency.decimal_digits),
|
||||||
|
),
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return participant
|
return participant
|
||||||
|
|||||||
Reference in New Issue
Block a user