PAMapp/components/Client/ClientCard.vue
@@ -261,12 +261,6 @@ viewAppointmentDetail(): void { this.getAppointmentDetail(this.client.id).then((_) => { // setTimeout(() => { // const unread = !this.client.consultantReadTime; // if (unread) { // this.readAppointment(); // } // }, 0); const unread = !this.client.consultantReadTime; if (unread) { this.readAppointment();