Skip to content

Commit

Permalink
fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
SupremeTechnopriest committed Jan 10, 2016
1 parent ae55bdf commit 7007322
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/RenderInBody/RenderInBody.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export const RenderInBody = (ComposedComponent, options = {}) => {
child = null;

componentDidMount() {
this.child = document.createElement("div");
this.child = document.createElement('div');
document.body.appendChild(this.child);
this._renderLayer();
}
Expand Down

0 comments on commit 7007322

Please sign in to comment.