Skip to content

Commit 9e092ae

Browse files
committedSep 11, 2015
Merge pull request #52 from DelvarWorld/noscript
Returning noscript tag instead of null
2 parents 8ccf23a + 85a13b8 commit 9e092ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

Diff for: ‎lib/components/Modal.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ var Modal = module.exports = React.createClass({
6666
},
6767

6868
render: function () {
69-
return null;
69+
return React.DOM.noscript();
7070
}
7171
});
7272

0 commit comments

Comments
 (0)
Please sign in to comment.