Cleaned displayName
This commit is contained in:
parent
c3342aac15
commit
8ffbe53b96
1 changed files with 1 additions and 1 deletions
|
|
@ -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('/')) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue