CASH-464: prettier formatting edits that just slow us down
This commit is contained in:
parent
5fae2e79a8
commit
a77a9eb100
1 changed files with 4 additions and 1 deletions
|
|
@ -12,7 +12,10 @@
|
||||||
buttonTypeString="timeSlotModalListButton"
|
buttonTypeString="timeSlotModalListButton"
|
||||||
:buttonTypeObject="timeSlotModalListButton"
|
:buttonTypeObject="timeSlotModalListButton"
|
||||||
class="mt-4"
|
class="mt-4"
|
||||||
:class="[isMobileAppointment ? 'is-mobile-appointment' : '', isDropOffAppointment ? 'is-drop-off-appointment' : '']"
|
:class="[
|
||||||
|
isMobileAppointment ? 'is-mobile-appointment' : '',
|
||||||
|
isDropOffAppointment ? 'is-drop-off-appointment' : '',
|
||||||
|
]"
|
||||||
:answers="availableTimeSlots"
|
:answers="availableTimeSlots"
|
||||||
groupName="chooseTimeSlot"
|
groupName="chooseTimeSlot"
|
||||||
textPosition="text-center"
|
textPosition="text-center"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue