Fix lint warning
This commit is contained in:
parent
ce39e551c6
commit
ff75d8b7d6
|
@ -88,7 +88,7 @@ class Layout extends React.Component {
|
|||
{this.props.children}
|
||||
<div className="wrapper">
|
||||
<footer>
|
||||
<p>© 2016-{(new Date).getFullYear()} Michael Jackson</p>
|
||||
<p>© 2016-{(new Date()).getFullYear()} Michael Jackson</p>
|
||||
</footer>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue