Skip to content

Commit

Permalink
Debug the settleFrom Issue
Browse files Browse the repository at this point in the history
  • Loading branch information
elaineZhang67 committed Dec 1, 2023
1 parent 01d4d3b commit 4580c1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion front-end/src/components/AddExpense.js
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ const AddExpense = (props) => {
invalidAmounts = true;
}
return {
user: person.id,
user: person,
amount: amount,
};
})
Expand Down

0 comments on commit 4580c1e

Please sign in to comment.