Merge branch 'release/2025.07.31' into feature/CASH-1159

This commit is contained in:
Johnny Shultz 2025-07-25 09:35:28 -04:00 committed by GitHub
commit 638eb39820
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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