added right status variable name

This commit is contained in:
pramod.mahajan 2025-10-09 17:51:27 +05:30
parent eeb886ec36
commit fc7c33ee54

View File

@ -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,