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 && (
|
{isManageExpense && (
|
||||||
<div
|
<div
|
||||||
className="d-flex justify-content-between align-items-center cursor-pointer"
|
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">
|
<div className="d-block">
|
||||||
<span
|
<span
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user