Fix lint warning

This commit is contained in:
MICHAEL JACKSON 2017-08-18 13:45:23 -07:00
parent ce39e551c6
commit ff75d8b7d6
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@ class Layout extends React.Component {
{this.props.children} {this.props.children}
<div className="wrapper"> <div className="wrapper">
<footer> <footer>
<p>&copy; 2016-{(new Date).getFullYear()} Michael Jackson</p> <p>&copy; 2016-{(new Date()).getFullYear()} Michael Jackson</p>
</footer> </footer>
</div> </div>
</div> </div>