diff --git a/src/components/Dashboard/ExpenseStatus.jsx b/src/components/Dashboard/ExpenseStatus.jsx index c8f64ef6..3076c0c4 100644 --- a/src/components/Dashboard/ExpenseStatus.jsx +++ b/src/components/Dashboard/ExpenseStatus.jsx @@ -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,