From 0afe945eaf4240d159ddb69f90870bc894329fed Mon Sep 17 00:00:00 2001 From: Bryan Mauger Date: Tue, 24 Jan 2023 12:12:56 -0500 Subject: [PATCH] Code format. --- src/constants/application-config.js | 2 +- src/ux-components/alert/alert.vue | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) 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) }}