diff --git a/src/layouts/schedule/schedule.vue b/src/layouts/schedule/schedule.vue index 34b6e91dc..724f3f856 100644 --- a/src/layouts/schedule/schedule.vue +++ b/src/layouts/schedule/schedule.vue @@ -1254,7 +1254,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