Skip to content

Commit

Permalink
Merge pull request #52 from DelvarWorld/noscript
Browse files Browse the repository at this point in the history
Returning noscript tag instead of null
  • Loading branch information
mzabriskie committed Sep 11, 2015
2 parents 8ccf23a + 85a13b8 commit 9e092ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/components/Modal.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ var Modal = module.exports = React.createClass({
},

render: function () {
return null;
return React.DOM.noscript();
}
});

Expand Down

0 comments on commit 9e092ae

Please sign in to comment.