We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f23f552 commit f14c969Copy full SHA for f14c969
webroot/src/components/Page/PageContainer/PageContainer.ts
@@ -64,7 +64,7 @@ class PageContainer extends Vue {
64
65
get includeMainNav(): boolean {
66
const nonMainNavRouteNames: Array<string> = [
67
- 'LicenseeVerification',
+ 'LicenseeVerification', // This is a printer-friendly page
68
];
69
70
return !nonMainNavRouteNames.includes(this.currentRouteName);
0 commit comments