From 19dadd7ec4427c9ea3335009a4f6db62cd0aca0c Mon Sep 17 00:00:00 2001 From: Scott Kiener Date: Mon, 12 Jun 2023 08:16:19 -0400 Subject: [PATCH] CSR-1137 | Formatting --- .../time-slot-modal-question.vue | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/src/layouts/schedule/time-slot-modal-question/time-slot-modal-question.vue b/src/layouts/schedule/time-slot-modal-question/time-slot-modal-question.vue index cc7946366..34086b728 100644 --- a/src/layouts/schedule/time-slot-modal-question/time-slot-modal-question.vue +++ b/src/layouts/schedule/time-slot-modal-question/time-slot-modal-question.vue @@ -110,10 +110,11 @@ export default { if (this.appointmentType === AppointmentTypeStrings.IN_SHOP) { return null; } else if (this.appointmentType === AppointmentTypeStrings.MOBILE) { - appointmentTypeCmsWidgetName = - this.selectedTimeSlotId?.includes(PREMIUM_TIME_SLOT_ID_FLAG) - ? this.mobilePremiumCmsWidgetName - : this.mobileCmsWidgetName; + appointmentTypeCmsWidgetName = this.selectedTimeSlotId?.includes( + PREMIUM_TIME_SLOT_ID_FLAG + ) + ? this.mobilePremiumCmsWidgetName + : this.mobileCmsWidgetName; } else { appointmentTypeCmsWidgetName = this.isSameDay ? this.sameDayDropOffCmsWidgetName