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(); });