From 8f6cdff0d80ccc8ce6d73a3ea112cf6a48dcce27 Mon Sep 17 00:00:00 2001 From: Arik Chakma Date: Tue, 27 Aug 2024 10:22:19 +0600 Subject: [PATCH] fix: step count issue --- src/components/Projects/StatusStepper/ProjectStepper.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Projects/StatusStepper/ProjectStepper.tsx b/src/components/Projects/StatusStepper/ProjectStepper.tsx index a98d7b977..a5ddc3f7b 100644 --- a/src/components/Projects/StatusStepper/ProjectStepper.tsx +++ b/src/components/Projects/StatusStepper/ProjectStepper.tsx @@ -189,7 +189,7 @@ export function ProjectStepper(props: ProjectStepperProps) { )} - {activeStep >= 1 && ( + {activeStep >= 2 && (