Skip to content

Commit 8ed74f2

Browse files
authored
Merge pull request #169 from Dharun/main
fix: added missing fragment
2 parents 396c51d + 0d8d3eb commit 8ed74f2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,7 @@ const Step1 = () => {
184184
Has previous step : {!isFirstStep ? '' : ''}
185185
</div>
186186
Active step: {activeStep + 1} <br />
187+
</>
187188
);
188189
};
189190
```

0 commit comments

Comments
 (0)