es7 not workig yet
This commit is contained in:
parent
61c82d3b05
commit
befc53d387
1 changed files with 1 additions and 2 deletions
3
html.jsx
3
html.jsx
|
|
@ -5,7 +5,6 @@ import DocumentTitle from 'react-document-title';
|
||||||
let TypographyStyle = new Typography().TypographyStyle;
|
let TypographyStyle = new Typography().TypographyStyle;
|
||||||
|
|
||||||
export default class Html extends React.Component {
|
export default class Html extends React.Component {
|
||||||
static defaultProps = { body: "" };
|
|
||||||
render() {
|
render() {
|
||||||
let title, urlPrefix;
|
let title, urlPrefix;
|
||||||
title = DocumentTitle.rewind();
|
title = DocumentTitle.rewind();
|
||||||
|
|
@ -53,4 +52,4 @@ export default class Html extends React.Component {
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
// Html.defaultProps = { body: "" };
|
Html.defaultProps = { body: "" };
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue