aboutsummaryrefslogtreecommitdiffstats
path: root/src/components
diff options
context:
space:
mode:
authorChris Johnston <christopher_johnston@me.com>2024-01-08 20:56:54 +0000
committerGitHub <noreply@github.com>2024-01-08 15:56:54 -0500
commit76befff481afd0de6050dafdcda3985c7021d809 (patch)
treebc0c3bf9c4625b33ba7528e987cc6c99d6e3ede4 /src/components
parent55883ce414f5358a75780fbffb755f5464e211d4 (diff)
Fix UI bug when clicking reimbursement link (#31)
Diffstat (limited to 'src/components')
-rw-r--r--src/components/expense-form.tsx1
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: '',