Skip to content

Commit d22c0a9

Browse files
author
Dan Mosedale
committed
Fix eslint issues
1 parent c2d049c commit d22c0a9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

content-src/components/NewTabPage/NewTabPage.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,11 @@ const NewTabPage = React.createClass({
5656
// the pre-render. If we decide to stick with this hack, we need to be
5757
// sure it's not necessary for any other <Link>s in the code.
5858
//
59-
// See https://github.com/reactjs/react-router/issues/2111 and
59+
// See https://github.com/reactjs/react-router/issues/2111 and
6060
// http://stackoverflow.com/questions/27928372/react-router-urls-dont-work-when-refreshing-or-writting-manually
6161
// for some relevant info.
62-
let debugLinkTo, timelineLinkTo;
62+
let debugLinkTo;
63+
let timelineLinkTo;
6364
if (PRERENDER) {
6465
debugLinkTo = "#/debug";
6566
timelineLinkTo = "#/timeline";

0 commit comments

Comments
 (0)