diff options
| author | Chris Johnston <christopher_johnston@me.com> | 2024-01-08 20:56:54 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-01-08 15:56:54 -0500 |
| commit | 76befff481afd0de6050dafdcda3985c7021d809 (patch) | |
| tree | bc0c3bf9c4625b33ba7528e987cc6c99d6e3ede4 /src/components | |
| parent | 55883ce414f5358a75780fbffb755f5464e211d4 (diff) | |
Fix UI bug when clicking reimbursement link (#31)
Diffstat (limited to 'src/components')
| -rw-r--r-- | src/components/expense-form.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/expense-form.tsx b/src/components/expense-form.tsx index 98a8f29..c21344a 100644 --- a/src/components/expense-form.tsx +++ b/src/components/expense-form.tsx @@ -80,6 +80,7 @@ export function ExpenseForm({ group, expense, onSubmit, onDelete }: Props) { : undefined, ], isReimbursement: true, + splitMode: 'EVENLY', } : { title: '', |
