Skip to content

Commit

Permalink
run prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
junhyukee committed Sep 10, 2018
1 parent 745cd57 commit 69da392
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/material-ui/src/withWidth/withWidth.js
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ const withWidth = (options = {}) => Component => {

return (
<React.Fragment>
<Component {...more} />
<Component {...more} />
<EventListener target="window" onResize={this.handleResize} />
</React.Fragment>
);
Expand Down

0 comments on commit 69da392

Please sign in to comment.