Format code.
This commit is contained in:
parent
4918364282
commit
35154ad3d1
2 changed files with 8 additions and 9 deletions
|
|
@ -1121,7 +1121,7 @@ export default {
|
||||||
&:checked + label {
|
&:checked + label {
|
||||||
background: $blue-100;
|
background: $blue-100;
|
||||||
border: 2px solid $blue;
|
border: 2px solid $blue;
|
||||||
border-radius: .25rem;
|
border-radius: 0.25rem;
|
||||||
color: $black;
|
color: $black;
|
||||||
span {
|
span {
|
||||||
font-family: AvertaSemibold;
|
font-family: AvertaSemibold;
|
||||||
|
|
|
||||||
|
|
@ -298,14 +298,13 @@ export default {
|
||||||
);
|
);
|
||||||
|
|
||||||
// While Pricing By Day Experiment is active, using the updated datePicker
|
// While Pricing By Day Experiment is active, using the updated datePicker
|
||||||
const datePickerInitialDataPromise =
|
const datePickerInitialDataPromise = await datePicker.methods.loadInitialData({
|
||||||
await datePicker.methods.loadInitialData({
|
// setup config options for date-picker
|
||||||
// setup config options for date-picker
|
selectableDatesSetting: "custom",
|
||||||
selectableDatesSetting: "custom",
|
initialViewRowsToShow: 5,
|
||||||
initialViewRowsToShow: 5,
|
customSelectableDatesCallback: getAvailableDates,
|
||||||
customSelectableDatesCallback: getAvailableDates,
|
preSelectedDate: preSelectedDate,
|
||||||
preSelectedDate: preSelectedDate,
|
});
|
||||||
});
|
|
||||||
|
|
||||||
// Get pricingByDayUpcharge needed for Pricing By Day
|
// Get pricingByDayUpcharge needed for Pricing By Day
|
||||||
const pricingByDayUpchargePartPromise = showPricingByDay
|
const pricingByDayUpchargePartPromise = showPricingByDay
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue