diff --git a/src/layouts/scheduling/mobile-scheduling-card/mobile-scheduling-card.vue b/src/layouts/scheduling/mobile-scheduling-card/mobile-scheduling-card.vue index 578faaa39..780e18957 100644 --- a/src/layouts/scheduling/mobile-scheduling-card/mobile-scheduling-card.vue +++ b/src/layouts/scheduling/mobile-scheduling-card/mobile-scheduling-card.vue @@ -144,7 +144,7 @@ export default { return `${this.appointmentCount} appt${this.appointmentCount === 1 ? "" : "s"}`; }, hasPremiumTimeSlot() { - return this.timeSlots?.length > 0; //this.timeSlots?.[0]?.offerPremium === true && this.premiumTimeSlotPrice != null; + return this.timeSlots?.[0]?.offerPremium === true && this.premiumTimeSlotPrice != null; }, displayTimeSlots() { if (!this.timeSlots?.length) {