Skip to content

Commit f14c969

Browse files
committed
PR review feedback
1 parent f23f552 commit f14c969

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webroot/src/components/Page/PageContainer/PageContainer.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ class PageContainer extends Vue {
6464

6565
get includeMainNav(): boolean {
6666
const nonMainNavRouteNames: Array<string> = [
67-
'LicenseeVerification',
67+
'LicenseeVerification', // This is a printer-friendly page
6868
];
6969

7070
return !nonMainNavRouteNames.includes(this.currentRouteName);

0 commit comments

Comments
 (0)