Skip to content

Commit

Permalink
fix(typo): fixed typo in Step component (Semantic-Org#1942)
Browse files Browse the repository at this point in the history
fixed typo of invalid comma for the generated class unstackable
  • Loading branch information
Joel-Raju committed Aug 7, 2017
1 parent ae448ae commit 3c9d888
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/elements/Step/StepGroup.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ function StepGroup(props) {
size,
useKeyOnly(fluid, 'fluid'),
useKeyOnly(ordered, 'ordered'),
useKeyOnly(unstackable, 'unstackable,'),
useKeyOnly(unstackable, 'unstackable'),
useKeyOnly(vertical, 'vertical'),
useValueAndKey(stackable, 'stackable'),
'steps',
Expand Down

0 comments on commit 3c9d888

Please sign in to comment.