PAMapp/components/Consultant/ConsultantCard.vue
@@ -217,7 +217,7 @@ get latestReservedAppointment(): Appointment { return this.agentInfo.appointments! .filter((appointment) => appointment.communicateStatus !== 'contacted') .filter((appointment) => appointment.communicateStatus === 'reserved') .map((reversedAppointment) => { return { ...reversedAppointment,