diff --git a/src/layouts/schedule/schedule.vue b/src/layouts/schedule/schedule.vue index 649c93201..7073c5426 100644 --- a/src/layouts/schedule/schedule.vue +++ b/src/layouts/schedule/schedule.vue @@ -1173,7 +1173,7 @@ export default { if (this.preSelectedDate) this.selectedDate = this.preSelectedDate; - if (!this.selectedDate) { + if (!this.preSelectedDate) { // if no date is preselected on load, then select the first available let selectedDateMobile = this.getSelectedDateForMobile(); let selectedDateInshop = this.getSelectedDateForInshop();