diff --git a/src/layouts/schedule/schedule.vue b/src/layouts/schedule/schedule.vue index 2610eefb3..3b2e26a89 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