Skip to content

Commit 1677047

Browse files
committed
Comment unused params to stop noise from linter
1 parent 039ac81 commit 1677047

File tree

1 file changed

+2
-2
lines changed
  • app/templates/app/app/bundles/app/layouts

1 file changed

+2
-2
lines changed

Diff for: app/templates/app/app/bundles/app/layouts/Meta.jsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ export default class Meta {
3131

3232
};
3333

34-
const { state, route, appHost, fullPath, cssAsset } = props;
34+
const { /* state, location, params, */ route, appHost, fullPath, cssAsset } = props;
3535

3636
this.cssAsset = cssAsset;
3737
this.appHost = appHost;
@@ -59,7 +59,7 @@ export default class Meta {
5959
break;
6060

6161
case 'not-found':
62-
this.pageTitle = `Oops! Nothing here.`;
62+
this.pageTitle = 'Oops! Nothing here.';
6363
this.pageDescription = '404';
6464
this.pageKeywords = base.pageKeywords;
6565
break;

0 commit comments

Comments
 (0)