Merge branch 'release/2026.01.08' into nation/CASH-2041
This commit is contained in:
commit
61cd805896
1 changed files with 1 additions and 1 deletions
|
|
@ -1803,7 +1803,7 @@ export default {
|
||||||
if (pmMobileDays == 0) {
|
if (pmMobileDays == 0) {
|
||||||
// Selects the first available time slot
|
// Selects the first available time slot
|
||||||
preSelectedMobileAppointment =
|
preSelectedMobileAppointment =
|
||||||
numberOfDaysToFirstMobileAMDate < numberOfDaysToFirstMobilePMDate
|
numberOfDaysToFirstMobileAMDate <= numberOfDaysToFirstMobilePMDate
|
||||||
? firstMobileAMAppt
|
? firstMobileAMAppt
|
||||||
: firstMobilePMAppt;
|
: firstMobilePMAppt;
|
||||||
} else if (
|
} else if (
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue