CASH-1183: Don't show "Load more times" for mobile
This commit is contained in:
parent
2b9380db90
commit
17f02f50b8
1 changed files with 1 additions and 1 deletions
|
|
@ -31,7 +31,7 @@
|
|||
isInshopOrDropOffAppointment ? 'is-inshop-or-drop-off-appointment' : '',
|
||||
]"
|
||||
:answers="availableTimeSlots"
|
||||
:lazyLoad="{ isLazyLoad: true, amountToLoad: 10 }"
|
||||
:lazyLoad="{ isLazyLoad: !isMobileAppointment, amountToLoad: 10 }"
|
||||
groupName="chooseTimeSlot"
|
||||
textPosition="text-center"
|
||||
v-model="selectedAnswerForTimeSlots"
|
||||
|
|
|
|||
Loading…
Reference in a new issue