Skip to content

Commit

Permalink
Merge pull request #169 from Dharun/main
Browse files Browse the repository at this point in the history
fix: added missing fragment
  • Loading branch information
devrnt authored Aug 10, 2023
2 parents 396c51d + 0d8d3eb commit 8ed74f2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,7 @@ const Step1 = () => {
Has previous step : {!isFirstStep ? '' : ''}
</div>
Active step: {activeStep + 1} <br />
</>
);
};
```
Expand Down

0 comments on commit 8ed74f2

Please sign in to comment.