Cleaned displayName

This commit is contained in:
Gianluca Esposito 2015-09-11 18:13:18 +02:00
parent c3342aac15
commit 8ffbe53b96

View file

@ -9,7 +9,7 @@ var rhythm = typography.rhythm, fontSizeToMS = typography.fontSizeToMS;
import '../css/styles.css'; import '../css/styles.css';
module.exports = React.createClass({displayName: "exports", module.exports = React.createClass({
render: function() { render: function() {
var header; var header;
if (this.props.state.path === link('/')) { if (this.props.state.path === link('/')) {