Linting issue

This commit is contained in:
Nicolas Gotchac 2016-12-10 19:15:45 +01:00
parent 69c0086ada
commit 0f6681d3e8
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ class Divider extends Component {
render () {
return (
<div style={ { margin: '0.25em 0' } }>
<MUIDivider style={ { height: 2 } }/>
<MUIDivider style={ { height: 2 } } />
</div>
);
}