diff --git a/html.js b/html.js index b6f64a7..53afdb1 100644 --- a/html.js +++ b/html.js @@ -14,9 +14,9 @@ module.exports = React.createClass({ const { body } = this.props const title = DocumentTitle.rewind() - let cssLink + let css if (process.env.NODE_ENV === 'production') { - cssLink = + css = } return ( @@ -30,7 +30,7 @@ module.exports = React.createClass({ />