summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/lib/transaction/components/stepper.jsx2
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>