diff options
| author | HATEC\SPVDEV001 <tri.susilo@altama.co.id> | 2024-03-06 14:48:17 +0700 |
|---|---|---|
| committer | HATEC\SPVDEV001 <tri.susilo@altama.co.id> | 2024-03-06 14:48:17 +0700 |
| commit | 29d9a52cea9068da988f48d14fa1e0d8588bd65f (patch) | |
| tree | 3558f78405a7c3c5e0abe510e951203c26255ab6 | |
| parent | a5db88b5e8574edb1908fd2a9b9fa6cf5ed2ff05 (diff) | |
approved
| -rw-r--r-- | src/lib/transaction/components/stepper.jsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/transaction/components/stepper.jsx b/src/lib/transaction/components/stepper.jsx index a121cabd..9b0da0d9 100644 --- a/src/lib/transaction/components/stepper.jsx +++ b/src/lib/transaction/components/stepper.jsx @@ -63,7 +63,7 @@ const StepApproval = ({ layer, status }) => { Rejected </StepDescription> ) - ) : layer > step.layer_approval ? ( + ) : layer >= step.layer_approval ? ( <StepDescription className='md:text-[8px]'> Approved </StepDescription> |
