Adding Payment_processed at the place of payment_Processed.

This commit is contained in:
Kartik Sharma 2025-11-17 19:21:40 +05:30
parent d4bb7373f2
commit 70ed617b9b

View File

@ -122,7 +122,7 @@ const ExpenseStatus = () => {
{isManageExpense && (
<div
className="d-flex justify-content-between align-items-center cursor-pointer"
onClick={() => handleNavigate(EXPENSE_STATUS.process_pending)}
onClick={() => handleNavigate(EXPENSE_STATUS.payment_processed)}
>
<div className="d-block">
<span