diff --git a/src/layouts/schedule/schedule.vue b/src/layouts/schedule/schedule.vue index 31382b471..327724379 100644 --- a/src/layouts/schedule/schedule.vue +++ b/src/layouts/schedule/schedule.vue @@ -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(