Skip to content

Commit

Permalink
Make a tag self-closing in the customization docs
Browse files Browse the repository at this point in the history
  • Loading branch information
erbridge authored Apr 23, 2017
1 parent f5bbb8d commit a7c432b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/customization.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ class CustomScrollbars extends Component {
return (
<Scrollbars
renderTrackHorizontal={({ style, ...props }) =>
<div {...props} style={{ ...style, backgroundColor: 'blue' }}>
<div {...props} style={{ ...style, backgroundColor: 'blue' }}/>
}>
{this.props.children}
</Scrollbars>
Expand Down

0 comments on commit a7c432b

Please sign in to comment.