Skip to content

Commit

Permalink
fix(stepper):remove fragment in CDBStepper component
Browse files Browse the repository at this point in the history
  • Loading branch information
zanzebra committed Feb 25, 2022
1 parent 5793d40 commit bf6802d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Stepper/Stepper.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ const Stepper = (props) => {
<div className='step-row-2'>
<div className='step-content'>
{children.map((item) => {
return <>{item}</>
return item
})}
</div>
</div>
Expand Down

0 comments on commit bf6802d

Please sign in to comment.