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",
|
key: "status",
|
||||||
label: "Status",
|
label: "Status",
|
||||||
align: "text-start",
|
align: "text-center",
|
||||||
getValue: (e) => {
|
getValue: (e) => {
|
||||||
const color = statusColorMap[e?.status?.id] || "secondary";
|
const color = statusColorMap[e?.status?.id] || "secondary";
|
||||||
const label = PAYEE_RECURRING_EXPENSE.find(
|
const label = PAYEE_RECURRING_EXPENSE.find(
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user