es7 not workig yet

This commit is contained in:
Luandro 2015-10-07 09:13:44 -03:00
parent 61c82d3b05
commit befc53d387

View file

@ -5,7 +5,6 @@ import DocumentTitle from 'react-document-title';
let TypographyStyle = new Typography().TypographyStyle;
export default class Html extends React.Component {
static defaultProps = { body: "" };
render() {
let title, urlPrefix;
title = DocumentTitle.rewind();
@ -53,4 +52,4 @@ export default class Html extends React.Component {
);
}
}
// Html.defaultProps = { body: "" };
Html.defaultProps = { body: "" };