Skip to content

Commit

Permalink
fix(stepper): fix sonal cloud issue
Browse files Browse the repository at this point in the history
  • Loading branch information
manojava-gk committed Aug 21, 2024
1 parent befe2c6 commit 3c41a43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/basic/Stepper/RoundedStepper.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ export const RoundedStepper = ({
)
.map((item, i) => (
<RoundedStepperItem
key={i}
key={item.step}
color={item.color ?? ''}
activeStep={activeStep}
index={i + 1}
Expand Down

0 comments on commit 3c41a43

Please sign in to comment.