From 39dba30d14a8998c690fbc77de7ed24a032fd4b4 Mon Sep 17 00:00:00 2001 From: inportb Date: Fri, 5 May 2023 01:51:22 -0400 Subject: [PATCH] Appointment list summary --- htdocs/ViewSchedule.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/htdocs/ViewSchedule.vue b/htdocs/ViewSchedule.vue index 7c0377e..656a3c1 100644 --- a/htdocs/ViewSchedule.vue +++ b/htdocs/ViewSchedule.vue @@ -22,6 +22,7 @@ + {{appointments.length || 'no'}} appointment{{appointments.length != 1 ? 's' : ''}}