From d2e68031c3f809f9a4ad9ff9fdb25fa0cb143c53 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 e50e13a..2d90156 100644 --- a/htdocs/ViewSchedule.vue +++ b/htdocs/ViewSchedule.vue @@ -22,6 +22,7 @@ + {{appointments.length || 'no'}} appointment{{appointments.length != 1 ? 's' : ''}}