fix: step count issue

feat/list-projects
Arik Chakma 2 months ago
parent 018a8d6f0f
commit 8f6cdff0d8
  1. 2
      src/components/Projects/StatusStepper/ProjectStepper.tsx

@ -189,7 +189,7 @@ export function ProjectStepper(props: ProjectStepperProps) {
</> </>
)} )}
{activeStep >= 1 && ( {activeStep >= 2 && (
<button <button
className={cn( className={cn(
'ml-auto flex items-center gap-1 text-sm', 'ml-auto flex items-center gap-1 text-sm',

Loading…
Cancel
Save