Skip to content

Commit

Permalink
updated readme file
Browse files Browse the repository at this point in the history
  • Loading branch information
GokulSNath committed Mar 24, 2023
1 parent fc2ec8e commit 4c3b136
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,9 +149,9 @@ function App() {
};
return (
<Stepper
steps={stepsArray}
currentStepIndex={currentStepIndex}
styles={stylesOverride}
steps={stepsArray}
currentStepIndex={currentStepIndex}
styles={stylesOverride}
/>
);
}
Expand Down

0 comments on commit 4c3b136

Please sign in to comment.