Skip to content

Commit

Permalink
Returning noscript tag instead of null
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewRayCode committed Jul 16, 2015
1 parent 0d5e76a commit 85a13b8
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 85a13b8

Please sign in to comment.