From 13dbad3680c95b6f9cceb9901c61524a04eb5f07 Mon Sep 17 00:00:00 2001 From: Adam Caouette Date: Mon, 18 Mar 2024 13:31:59 -0400 Subject: [PATCH] CSR-1977: format change per prettier --- .../promo-modal-question/promo-modal-question.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fmg-components/promo-modal-question/promo-modal-question.vue b/src/fmg-components/promo-modal-question/promo-modal-question.vue index 00811a9f1..716cba88c 100644 --- a/src/fmg-components/promo-modal-question/promo-modal-question.vue +++ b/src/fmg-components/promo-modal-question/promo-modal-question.vue @@ -199,7 +199,7 @@ export default { false ); - // ensure that all promo codes that return are in all caps format + // ensure that all promo codes that return are in all caps format promoValidationResponse?.orderPromos?.forEach((orderPromo) => { orderPromo.promoCode = orderPromo.promoCode.toUpperCase(); });