Skip to content

Commit

Permalink
chore: linting layout story
Browse files Browse the repository at this point in the history
  • Loading branch information
kevee committed Jun 12, 2020
1 parent 7194946 commit 56df1fc
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/stories/2-components/01-Layout.stories.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,7 @@ export const spacing = () => (
{spacerItems.map(spacer => (
<div className={spacers.key} key={spacer.size}>
<div className={spacers.wrap}>
<div
className={classnames(spacers.spacer, spacers[spacer.class])}
></div>
<div className={classnames(spacers.spacer, spacers[spacer.class])} />
</div>
<code>spacer({spacer.size})</code>
</div>
Expand Down

0 comments on commit 56df1fc

Please sign in to comment.