Fix formatting of #382

This commit is contained in:
Peter Smit
2025-09-04 16:43:12 +02:00
parent 436aff00d2
commit 5fd3204990

View File

@@ -474,7 +474,9 @@ export function ExpenseForm({
defaultValue={getSelectedPayer(field)}
>
<SelectTrigger>
<SelectValue placeholder={t(`${sExpense}.paidByField.placeholder`)} />
<SelectValue
placeholder={t(`${sExpense}.paidByField.placeholder`)}
/>
</SelectTrigger>
<SelectContent>
{group.participants.map(({ id, name }) => (