Changes in Expense List at heading Expense Type to Expense Category.

This commit is contained in:
Kartik Sharma 2025-10-30 12:06:57 +05:30
parent a2f105dd41
commit c7976a5a0a

View File

@ -124,7 +124,7 @@ const ExpenseList = ({ filters, groupBy = "transactionDate", searchText }) => {
}, },
{ {
key: "expensesType", key: "expensesType",
label: "Expense Type", label: "Expense Category",
getValue: (e) => e.expensesType?.name || "N/A", getValue: (e) => e.expensesType?.name || "N/A",
align: "text-start", align: "text-start",
}, },