From 095c8aad7b121ce6935631193319f894ce88ff22 Mon Sep 17 00:00:00 2001 From: Scott Kiener Date: Fri, 25 Jul 2025 09:23:21 -0400 Subject: [PATCH] CASH-1237 | Fix CTA text for overnight dropoff --- src/layouts/schedule/schedule.vue | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/layouts/schedule/schedule.vue b/src/layouts/schedule/schedule.vue index b43087bff..42ea1b578 100644 --- a/src/layouts/schedule/schedule.vue +++ b/src/layouts/schedule/schedule.vue @@ -1246,7 +1246,10 @@ export default { this.appointmentType === AppointmentTypeStrings.DROP_OFF ) { if ( - !timeSlotInfo.timeSlot.routeCode.includes(RouteCodeFlags.ALL_DAY_DROP_OFF) + !timeSlotInfo.timeSlot.routeCode.includes( + RouteCodeFlags.ALL_DAY_DROP_OFF + ) && + !timeSlotInfo.timeSlot.routeCode.includes(RouteCodeFlags.OVERNIGHT_DROP_OFF) ) { navbarButtonText += ` at ${this.getDisplayTextForMilitaryTime( timeSlotInfo.timeSlot.startTime