diff --git a/src/constants/application-config.js b/src/constants/application-config.js index 16b9d85fc..96b4a9e78 100644 --- a/src/constants/application-config.js +++ b/src/constants/application-config.js @@ -7,7 +7,7 @@ const applicationConfig = { CURRENT_ENVIRONMENT: process.env.VUE_APP_CURRENT_ENVIRONMENT, // "Localhost", "Dev", "QA", and "Prod" APPLICATION_NAME: "FixMyGlass", APPLICATION_ABBREVIATION: "fmg", - APPLICATION_QUERYSTRING: 'fmgPage', + APPLICATION_QUERYSTRING: "fmgPage", SITE_ENTRY_TRIGGER_VALUE: "FixMyGlass", CASH_ACCOUNT_NUMBER: 167132, }; diff --git a/src/ux-components/alert/alert.vue b/src/ux-components/alert/alert.vue index 6d06c0334..0c3ac4b99 100644 --- a/src/ux-components/alert/alert.vue +++ b/src/ux-components/alert/alert.vue @@ -19,7 +19,9 @@ {{ getLinkDisplayTextFromCopy(copy) }}