PAMapp/store/appointment.store.ts
@@ -63,7 +63,7 @@ } @Action({ commit: 'SET_APPOINTMENT'}) async setAppointmentDetail(appointmentId: number): Promise<Appointment> { async getAppointmentDetail(appointmentId: number): Promise<Appointment> { if (this.appointmentDetail && this.appointmentDetail.id === appointmentId) { return this.appointmentDetail; } else {