From 2913d8d0227cf2190adacac62b741fd1f2594967 Mon Sep 17 00:00:00 2001 From: Adam Caouette Date: Thu, 25 May 2023 14:28:34 -0400 Subject: [PATCH] CSR-1419: stupid prettier formatting --- .../mobile-location-modal-questions.vue | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/layouts/service-location/mobile-location-modal-questions/mobile-location-modal-questions.vue b/src/layouts/service-location/mobile-location-modal-questions/mobile-location-modal-questions.vue index 5eca32e63..fa5c1eb62 100644 --- a/src/layouts/service-location/mobile-location-modal-questions/mobile-location-modal-questions.vue +++ b/src/layouts/service-location/mobile-location-modal-questions/mobile-location-modal-questions.vue @@ -240,7 +240,8 @@ export default { let tempTest = false; let internalModelAddressQuestions = this.internalModel.addressQuestions; let modelValueAddressQuestions = this.modelValue.addressQuestions; - if (tempTest) { // THIS WILL NEVER BE TRUE + if (tempTest) { + // THIS WILL NEVER BE TRUE console.warn(internalModelAddressQuestions); console.warn(modelValueAddressQuestions); } @@ -282,7 +283,8 @@ export default { } } else { // START - TEMP CODE FROM A CAOUETTE 5/25/23 TO BE REMOVED BY EOD - if (tempTest) { // THIS WILL NEVER BE TRUE + if (tempTest) { + // THIS WILL NEVER BE TRUE console.warn("the zips match and the exception was run"); } // END - TEMP CODE FROM A CAOUETTE 5/25/23 TO BE REMOVED BY EOD