Adding Payment_processed at the place of payment_Processed.
This commit is contained in:
parent
d4bb7373f2
commit
70ed617b9b
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user