Skip to content

Commit

Permalink
Fix lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
stunaz committed Feb 6, 2017
1 parent 852cffe commit 8fcaca0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/site/src/demos/badges/SimpleBadge.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ import Icon from 'material-ui/Icon';
const styleSheet = createStyleSheet('SimpleBadge', () => ({
badge: {
margin: '0 20px',
}
},
}));

export default function SimpleBadge(props, context) {
const classes = context.styleManager.render(styleSheet);
return (
<div className={classes.row}>
<Badge
<Badge
badgeContent={4}
className={classes.badge}
primary
Expand Down

0 comments on commit 8fcaca0

Please sign in to comment.