Skip to content

Commit

Permalink
Cleaned displayName
Browse files Browse the repository at this point in the history
  • Loading branch information
gesposito committed Sep 11, 2015
1 parent c3342aa commit 8ffbe53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/_template.jsx
Expand Up @@ -9,7 +9,7 @@ var rhythm = typography.rhythm, fontSizeToMS = typography.fontSizeToMS;

import '../css/styles.css';

module.exports = React.createClass({displayName: "exports",
module.exports = React.createClass({
render: function() {
var header;
if (this.props.state.path === link('/')) {
Expand Down

0 comments on commit 8ffbe53

Please sign in to comment.