mirror of
https://github.com/spliit-app/spliit.git
synced 2026-03-04 12:06:11 +01:00
Fix formatting of #382
This commit is contained in:
@@ -474,7 +474,9 @@ export function ExpenseForm({
|
|||||||
defaultValue={getSelectedPayer(field)}
|
defaultValue={getSelectedPayer(field)}
|
||||||
>
|
>
|
||||||
<SelectTrigger>
|
<SelectTrigger>
|
||||||
<SelectValue placeholder={t(`${sExpense}.paidByField.placeholder`)} />
|
<SelectValue
|
||||||
|
placeholder={t(`${sExpense}.paidByField.placeholder`)}
|
||||||
|
/>
|
||||||
</SelectTrigger>
|
</SelectTrigger>
|
||||||
<SelectContent>
|
<SelectContent>
|
||||||
{group.participants.map(({ id, name }) => (
|
{group.participants.map(({ id, name }) => (
|
||||||
|
|||||||
Reference in New Issue
Block a user