Merge pull request #2980 from Safelite/feature/CASH-2036
CASH-2036: Defect fix
This commit is contained in:
commit
a5706c7201
1 changed files with 1 additions and 1 deletions
|
|
@ -1801,7 +1801,7 @@ export default {
|
|||
if (pmMobileDays == 0) {
|
||||
// Selects the first available time slot
|
||||
preSelectedMobileAppointment =
|
||||
numberOfDaysToFirstMobileAMDate < numberOfDaysToFirstMobilePMDate
|
||||
numberOfDaysToFirstMobileAMDate <= numberOfDaysToFirstMobilePMDate
|
||||
? firstMobileAMAppt
|
||||
: firstMobilePMAppt;
|
||||
} else if (
|
||||
|
|
|
|||
Loading…
Reference in a new issue