isPremium is a bool
This commit is contained in:
CarlNation 2023-06-07 11:33:18 -04:00
parent b1a2bd4e00
commit 7b1f394fae

View file

@ -355,7 +355,7 @@ export default {
// if we have a premium fee(early bird), then save/update supporting items
if (
this.appointmentType === AppointmentTypeStrings.MOBILE &&
this.selectedTimeSlotData?.isPremiumAppointment > 0
this.selectedTimeSlotData?.isPremiumAppointment
) {
const supportingItems = store.getters.lineItems.supportingItems;
const earlyBirdIndex = supportingItems.findIndex(