Merge remote-tracking branch 'origin/feature/CASH-1159' into feature/CASH-1159
This commit is contained in:
commit
91ed93839c
1 changed files with 4 additions and 1 deletions
|
|
@ -1246,7 +1246,10 @@ export default {
|
||||||
this.appointmentType === AppointmentTypeStrings.DROP_OFF
|
this.appointmentType === AppointmentTypeStrings.DROP_OFF
|
||||||
) {
|
) {
|
||||||
if (
|
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(
|
navbarButtonText += ` at ${this.getDisplayTextForMilitaryTime(
|
||||||
timeSlotInfo.timeSlot.startTime
|
timeSlotInfo.timeSlot.startTime
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue