added right status variable name
This commit is contained in:
parent
eeb886ec36
commit
fc7c33ee54
@ -71,8 +71,8 @@ const ExpenseStatus = () => {
|
||||
},
|
||||
{
|
||||
title: "Draft",
|
||||
count: data?.submited?.count || 0,
|
||||
amount: data?.submited?.totalAmount || 0,
|
||||
count: data?.draft?.count || 0,
|
||||
amount: data?.draft?.totalAmount || 0,
|
||||
icon: "bx bx-file-blank",
|
||||
iconColor: "text-info",
|
||||
status: EXPENSE_STATUS.daft,
|
||||
|
Loading…
x
Reference in New Issue
Block a user