Adding text-center at status column.

This commit is contained in:
Kartik Sharma 2025-11-06 12:31:14 +05:30
parent 35956cc9bb
commit 9d35d00009

View File

@ -80,7 +80,7 @@ const RecurringExpenseList = ({ search, filterStatuses }) => {
{
key: "status",
label: "Status",
align: "text-start",
align: "text-center",
getValue: (e) => {
const color = statusColorMap[e?.status?.id] || "secondary";
const label = PAYEE_RECURRING_EXPENSE.find(