Skip to content

Commit 0d8d3eb

Browse files
authored
fix: added missing fragment
1 parent 396c51d commit 0d8d3eb

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)