mirror of
https://github.com/spliit-app/spliit.git
synced 2026-02-11 18:16:13 +01:00
Fix missing translation for expense title in expense-form when making a reinbursement (#244)
This commit is contained in:
committed by
GitHub
parent
a7c80f65c3
commit
7add7efea2
@@ -186,7 +186,7 @@ export function ExpenseForm({
|
||||
}
|
||||
: searchParams.get('reimbursement')
|
||||
? {
|
||||
title: 'Reimbursement',
|
||||
title: t('reimbursement'),
|
||||
expenseDate: new Date(),
|
||||
amount: String(
|
||||
(Number(searchParams.get('amount')) || 0) / 100,
|
||||
|
||||
Reference in New Issue
Block a user