Adding text-center at status column.
This commit is contained in:
parent
35956cc9bb
commit
9d35d00009
@ -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(
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user