Skip to content

Commit

Permalink
feat: tickets 2023
Browse files Browse the repository at this point in the history
  • Loading branch information
dsvgl committed Dec 11, 2022
1 parent b55f71f commit 741a601
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,5 +95,8 @@
"vue": "2.6.14",
"vue-server-renderer": "2.6.14",
"vue-template-compiler": "2.6.14"
}
},
"volta": {
"node": "14.21.1"
}
}
9 changes: 5 additions & 4 deletions pages/tickets/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -365,10 +365,11 @@ export default {
data() {
return {
pageIsActive:
process.env.NODE_ENV === 'development' ||
process.env.NUXT_ENV_IS_SPA === 'true' ||
process.env.NUXT_ENV_STORYBLOK_PREVIEW === 'true',
// pageIsActive:
// process.env.NODE_ENV === 'development' ||
// process.env.NUXT_ENV_IS_SPA === 'true' ||
// process.env.NUXT_ENV_STORYBLOK_PREVIEW === 'true',
pageIsActive: true,
pageTitle,
checkoutError: '',
devProducts: [],
Expand Down

0 comments on commit 741a601

Please sign in to comment.