mirror of
https://github.com/spliit-app/spliit.git
synced 2025-12-06 01:19:29 +01:00
Fix formatting of #382
This commit is contained in:
@@ -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 }) => (
|
||||
|
||||
Reference in New Issue
Block a user